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 cb2d3d1

Browse filesBrowse files
committed
fix doc build
1 parent 7b39755 commit cb2d3d1
Copy full SHA for cb2d3d1

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3995,7 +3995,7 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
39953995
In the case of a single string, the legend entry will technically be
39963996
associated with the first box only. By default, the legend will show the
39973997
median line (``result["medians"]``); if *patch_artist* is True, the legend
3998-
will show the box `Patch` artists (``result["boxes"]``) instead.
3998+
will show the box `.Patch` artists (``result["boxes"]``) instead.
39993999
40004000
data : indexable object, optional
40014001
DATA_PARAMETER_PLACEHOLDER
@@ -4219,7 +4219,7 @@ def bxp(self, bxpstats, positions=None, widths=None, vert=True,
42194219
In the case of a single string, the legend entry will technically be
42204220
associated with the first box only. By default, the legend will show the
42214221
median line (``result["medians"]``); if *patch_artist* is True, the legend
4222-
will show the box `Patch` artists (``result["boxes"]``) instead.
4222+
will show the box `.Patch` artists (``result["boxes"]``) instead.
42234223
42244224
zorder : float, default: ``Line2D.zorder = 2``
42254225
The zorder of the resulting boxplot.

0 commit comments

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