Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d4ee801

Browse filesBrowse files
committed
Merge pull request #5953 from robintw/patch-1
Fix typos in Axes.boxplot and Axes.bxp docstrings
1 parent 4688a3d commit d4ee801
Copy full SHA for d4ee801

File tree

Expand file treeCollapse file tree

1 file changed

+8
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-8
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.