@@ -3140,16 +3140,16 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
31403140 If True produces boxes with the Patch artist
31413141
31423142 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
31443144
31453145 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
31473147
31483148 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
31503150
31513151 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
31533153
31543154 boxprops : dict or None (default)
31553155 If provided, will set the plotting style of the boxes
@@ -3405,16 +3405,16 @@ def bxp(self, bxpstats, positions=None, widths=None, vert=True,
34053405 If `True`, will produce a notched box plot
34063406
34073407 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
34093409
34103410 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
34123412
34133413 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
34153415
34163416 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
34183418
34193419 boxprops : dict or None (default)
34203420 If provided, will set the plotting style of the boxes
0 commit comments