From 1e8a9630f424e9c5bbdac9ca7aa80c2247a39052 Mon Sep 17 00:00:00 2001 From: Ioannis Filippidis Date: Wed, 22 Apr 2015 16:26:39 -0700 Subject: [PATCH] DOC: cp missing `manage_xticks` from `bxp` to `boxplot` docstring --- lib/matplotlib/axes/_axes.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/matplotlib/axes/_axes.py b/lib/matplotlib/axes/_axes.py index c72c724b46ce..9e11d0d4530f 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -3077,6 +3077,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 -------