@@ -3147,16 +3147,16 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
3147
3147
If True produces boxes with the Patch artist
3148
3148
3149
3149
showmeans : bool, default = False
3150
- If True, will toggle one the rendering of the means
3150
+ If True, will toggle on the rendering of the means
3151
3151
3152
3152
showcaps : bool, default = True
3153
- If True, will toggle one the rendering of the caps
3153
+ If True, will toggle on the rendering of the caps
3154
3154
3155
3155
showbox : bool, default = True
3156
- If True, will toggle one the rendering of box
3156
+ If True, will toggle on the rendering of the box
3157
3157
3158
3158
showfliers : bool, default = True
3159
- If True, will toggle one the rendering of the fliers
3159
+ If True, will toggle on the rendering of the fliers
3160
3160
3161
3161
boxprops : dict or None (default)
3162
3162
If provided, will set the plotting style of the boxes
@@ -3412,16 +3412,16 @@ def bxp(self, bxpstats, positions=None, widths=None, vert=True,
3412
3412
If `True`, will produce a notched box plot
3413
3413
3414
3414
showmeans : bool, default = False
3415
- If `True`, will toggle one the rendering of the means
3415
+ If `True`, will toggle on the rendering of the means
3416
3416
3417
3417
showcaps : bool, default = True
3418
- If `True`, will toggle one the rendering of the caps
3418
+ If `True`, will toggle on the rendering of the caps
3419
3419
3420
3420
showbox : bool, default = True
3421
- If `True`, will toggle one the rendering of box
3421
+ If `True`, will toggle on the rendering of the box
3422
3422
3423
3423
showfliers : bool, default = True
3424
- If `True`, will toggle one the rendering of the fliers
3424
+ If `True`, will toggle on the rendering of the fliers
3425
3425
3426
3426
boxprops : dict or None (default)
3427
3427
If provided, will set the plotting style of the boxes
0 commit comments