@@ -3237,22 +3237,26 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
32373237
32383238 Other Parameters
32393239 ----------------
3240- The following boolean options toggle the drawing of individual
3241- components of the boxplots:
3242- - showcaps: the caps on the ends of whiskers
3243- (default is True)
3244- - showbox: the central box (default is True)
3245- - showfliers: the outliers beyond the caps (default is True)
3246- - showmeans: the arithmetic means (default is False)
3247-
3248- The remaining options can accept dictionaries that specify the
3249- style of the individual artists:
3250- - capprops
3251- - boxprops
3252- - whiskerprops
3253- - flierprops
3254- - medianprops
3255- - meanprops
3240+ showcaps : bool, optional (True)
3241+ Show the caps on the ends of whiskers.
3242+ showbox : bool, optional (True)
3243+ Show the central box.
3244+ showfliers : bool, optional (True)
3245+ Show the outliers beyond the caps.
3246+ showmeans : bool, optional (False)
3247+ Show the arithmetic means.
3248+ capprops : dict, optional (None)
3249+ Specifies the style of the caps.
3250+ boxprops : dict, optional (None)
3251+ Specifies the style of the box.
3252+ whiskerprops : dict, optional (None)
3253+ Specifies the style of the whiskers.
3254+ flierprops : dict, optional (None)
3255+ Specifies the style of the fliers.
3256+ medianprops : dict, optional (None)
3257+ Specifies the style of the median.
3258+ meanprops : dict, optional (None)
3259+ Specifies the style of the mean.
32563260
32573261 Returns
32583262 -------
0 commit comments