Skip to content

Commit 82552d4

Browse files
committed
Merge pull request #4370 from johnyf/master
DOC : copy missing `manage_xticks` from `bxp` to `boxplot` docstring
1 parent 8ec6569 commit 82552d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/axes/_axes.py

+3
Original file line numberDiff line numberDiff line change
@@ -3026,6 +3026,9 @@ def boxplot(self, x, notch=False, sym=None, vert=True, whis=1.5,
30263026
*meanprops*. Not recommended if *shownotches* is also True.
30273027
Otherwise, means will be shown as points.
30283028
3029+
manage_xticks : bool, default = True
3030+
If the function should adjust the xlim and xtick locations.
3031+
30293032
Returns
30303033
-------
30313034

0 commit comments

Comments
 (0)