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 6d9c2f8

Browse filesBrowse files
committed
Docstring fix
1 parent 07313b9 commit 6d9c2f8
Copy full SHA for 6d9c2f8

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2962,7 +2962,7 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
29622962
29632963
Call signature::
29642964
2965-
boxplot(self, x, notch=False, sym='b+', vert=True, whis=1.5,
2965+
boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
29662966
positions=None, widths=None, patch_artist=False,
29672967
bootstrap=None, usermedians=None, conf_intervals=None,
29682968
meanline=False, showmeans=False, showcaps=True,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.