Skip to content

Commit

Permalink
Merge pull request #4370 from johnyf/master
Browse files Browse the repository at this point in the history
DOC : copy missing `manage_xticks` from `bxp` to `boxplot` docstring
  • Loading branch information
tacaswell committed Apr 24, 2015
1 parent 8ec6569 commit 82552d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/matplotlib/axes/_axes.py
Expand Up @@ -3026,6 +3026,9 @@ def boxplot(self, x, notch=False, sym=None, vert=True, whis=1.5,
*meanprops*. Not recommended if *shownotches* is also True.
Otherwise, means will be shown as points.
manage_xticks : bool, default = True
If the function should adjust the xlim and xtick locations.
Returns
-------
Expand Down

0 comments on commit 82552d4

Please sign in to comment.