Skip to content

Commit

Permalink
Merge pull request #3535 from tacaswell/boxplot_doc
Browse files Browse the repository at this point in the history
BUG/DOC : Correct default value listed in docstring
  • Loading branch information
WeatherGod committed Sep 18, 2014
2 parents 8496e06 + 8158393 commit ebe5333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/axes/_axes.py
Expand Up @@ -2923,7 +2923,7 @@ def boxplot(self, x, notch=False, sym='b+', vert=True, whis=1.5,
The default symbol for flier points.
Enter an empty string ('') if you don't want to show fliers.
vert : bool, default = False
vert : bool, default = True
If True (default), makes the boxes vertical.
If False, makes horizontal boxes.
Expand Down

0 comments on commit ebe5333

Please sign in to comment.