@@ -3146,16 +3146,16 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
31463146 If True produces boxes with the Patch artist
31473147
31483148 showmeans : bool, default = False
3149- If True, will toggle one the rendering of the means
3149+ If True, will toggle on the rendering of the means
31503150
31513151 showcaps : bool, default = True
3152- If True, will toggle one the rendering of the caps
3152+ If True, will toggle on the rendering of the caps
31533153
31543154 showbox : bool, default = True
3155- If True, will toggle one the rendering of box
3155+ If True, will toggle on the rendering of the box
31563156
31573157 showfliers : bool, default = True
3158- If True, will toggle one the rendering of the fliers
3158+ If True, will toggle on the rendering of the fliers
31593159
31603160 boxprops : dict or None (default)
31613161 If provided, will set the plotting style of the boxes
@@ -3411,16 +3411,16 @@ def bxp(self, bxpstats, positions=None, widths=None, vert=True,
34113411 If `True`, will produce a notched box plot
34123412
34133413 showmeans : bool, default = False
3414- If `True`, will toggle one the rendering of the means
3414+ If `True`, will toggle on the rendering of the means
34153415
34163416 showcaps : bool, default = True
3417- If `True`, will toggle one the rendering of the caps
3417+ If `True`, will toggle on the rendering of the caps
34183418
34193419 showbox : bool, default = True
3420- If `True`, will toggle one the rendering of box
3420+ If `True`, will toggle on the rendering of the box
34213421
34223422 showfliers : bool, default = True
3423- If `True`, will toggle one the rendering of the fliers
3423+ If `True`, will toggle on the rendering of the fliers
34243424
34253425 boxprops : dict or None (default)
34263426 If provided, will set the plotting style of the boxes
0 commit comments