@@ -3140,16 +3140,16 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
3140
3140
If True produces boxes with the Patch artist
3141
3141
3142
3142
showmeans : bool, default = False
3143
- If True, will toggle one the rendering of the means
3143
+ If True, will toggle on the rendering of the means
3144
3144
3145
3145
showcaps : bool, default = True
3146
- If True, will toggle one the rendering of the caps
3146
+ If True, will toggle on the rendering of the caps
3147
3147
3148
3148
showbox : bool, default = True
3149
- If True, will toggle one the rendering of box
3149
+ If True, will toggle on the rendering of the box
3150
3150
3151
3151
showfliers : bool, default = True
3152
- If True, will toggle one the rendering of the fliers
3152
+ If True, will toggle on the rendering of the fliers
3153
3153
3154
3154
boxprops : dict or None (default)
3155
3155
If provided, will set the plotting style of the boxes
@@ -3405,16 +3405,16 @@ def bxp(self, bxpstats, positions=None, widths=None, vert=True,
3405
3405
If `True`, will produce a notched box plot
3406
3406
3407
3407
showmeans : bool, default = False
3408
- If `True`, will toggle one the rendering of the means
3408
+ If `True`, will toggle on the rendering of the means
3409
3409
3410
3410
showcaps : bool, default = True
3411
- If `True`, will toggle one the rendering of the caps
3411
+ If `True`, will toggle on the rendering of the caps
3412
3412
3413
3413
showbox : bool, default = True
3414
- If `True`, will toggle one the rendering of box
3414
+ If `True`, will toggle on the rendering of the box
3415
3415
3416
3416
showfliers : bool, default = True
3417
- If `True`, will toggle one the rendering of the fliers
3417
+ If `True`, will toggle on the rendering of the fliers
3418
3418
3419
3419
boxprops : dict or None (default)
3420
3420
If provided, will set the plotting style of the boxes
0 commit comments