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

Skip to content

Commit ebe5333

Browse files
committed
Merge pull request #3535 from tacaswell/boxplot_doc
BUG/DOC : Correct default value listed in docstring
2 parents 8496e06 + 8158393 commit ebe5333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2923,7 +2923,7 @@ def boxplot(self, x, notch=False, sym='b+', vert=True, whis=1.5,
29232923
The default symbol for flier points.
29242924
Enter an empty string ('') if you don't want to show fliers.
29252925
2926-
vert : bool, default = False
2926+
vert : bool, default = True
29272927
If True (default), makes the boxes vertical.
29282928
If False, makes horizontal boxes.
29292929

0 commit comments

Comments
 (0)