Skip to content

Commit 1e8a963

Browse files
committed
DOC: cp missing manage_xticks from bxp to boxplot docstring
1 parent c85c67b commit 1e8a963

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3077,6 +3077,9 @@ def boxplot(self, x, notch=False, sym=None, vert=True, whis=1.5,
30773077
*meanprops*. Not recommended if *shownotches* is also True.
30783078
Otherwise, means will be shown as points.
30793079
3080+
manage_xticks : bool, default = True
3081+
If the function should adjust the xlim and xtick locations.
3082+
30803083
Returns
30813084
-------
30823085

0 commit comments

Comments
 (0)