@@ -3237,22 +3237,26 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
3237
3237
3238
3238
Other Parameters
3239
3239
----------------
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.
3256
3260
3257
3261
Returns
3258
3262
-------
0 commit comments