Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0189ccd

Browse files
committed
DOC: Fix indent for Axes.violinplot docstring.
1 parent bb78abb commit 0189ccd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7448,7 +7448,8 @@ def matshow(self, Z, **kwargs):
74487448
def violinplot(self, dataset, positions=None, vert=True, widths=0.5,
74497449
showmeans=False, showextrema=True, showmedians=False,
74507450
points=100, bw_method=None):
7451-
"""Make a violin plot.
7451+
"""
7452+
Make a violin plot.
74527453
74537454
Call signature::
74547455

0 commit comments

Comments
 (0)