Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7105bd6

Browse filesBrowse files
committed
DOC: Fix indent for Axes.violinplot docstring.
1 parent 7a366bf commit 7105bd6
Copy full SHA for 7105bd6

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.