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

Skip to content

Commit 5742552

Browse files
committed
DOC: Fix indent for Axes.violinplot docstring.
1 parent c1a147c commit 5742552

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
@@ -7255,7 +7255,8 @@ def matshow(self, Z, **kwargs):
72557255
def violinplot(self, dataset, positions=None, vert=True, widths=0.5,
72567256
showmeans=False, showextrema=True, showmedians=False,
72577257
points=100, bw_method=None):
7258-
"""Make a violin plot.
7258+
"""
7259+
Make a violin plot.
72597260
72607261
Call signature::
72617262

0 commit comments

Comments
 (0)