Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f0c81 commit 6004931Copy full SHA for 6004931
doc/users/next_whats_new/boxplot_legend_support.rst
@@ -3,7 +3,7 @@ Legend support for Boxplot
3
Boxplots now support a *label* parameter to create legend entries.
4
5
Legend labels can be passed as a list of strings to label multiple boxes in a single
6
-`.boxplot` call:
+`.Axes.boxplot` call:
7
8
9
.. plot::
@@ -37,7 +37,7 @@ Legend labels can be passed as a list of strings to label multiple boxes in a si
37
ax.legend()
38
39
40
-Or as a single string to each individual `.boxplot`:
+Or as a single string to each individual `.Axes.boxplot`:
41
42
43
:include-source: true
0 commit comments