Skip to content

Commit 7ed2df9

Browse files
committed
Merge pull request #5953 from robintw/patch-1
Fix typos in Axes.boxplot and Axes.bxp docstrings
2 parents 1943acc + 3af0170 commit 7ed2df9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3147,16 +3147,16 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
31473147
If True produces boxes with the Patch artist
31483148
31493149
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
31513151
31523152
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
31543154
31553155
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
31573157
31583158
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
31603160
31613161
boxprops : dict or None (default)
31623162
If provided, will set the plotting style of the boxes
@@ -3412,16 +3412,16 @@ def bxp(self, bxpstats, positions=None, widths=None, vert=True,
34123412
If `True`, will produce a notched box plot
34133413
34143414
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
34163416
34173417
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
34193419
34203420
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
34223422
34233423
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
34253425
34263426
boxprops : dict or None (default)
34273427
If provided, will set the plotting style of the boxes

0 commit comments

Comments
 (0)