Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6004931

Browse files
committed
fix docs
1 parent 60f0c81 commit 6004931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/users/next_whats_new/boxplot_legend_support.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Legend support for Boxplot
33
Boxplots now support a *label* parameter to create legend entries.
44

55
Legend labels can be passed as a list of strings to label multiple boxes in a single
6-
`.boxplot` call:
6+
`.Axes.boxplot` call:
77

88

99
.. plot::
@@ -37,7 +37,7 @@ Legend labels can be passed as a list of strings to label multiple boxes in a si
3737
ax.legend()
3838

3939

40-
Or as a single string to each individual `.boxplot`:
40+
Or as a single string to each individual `.Axes.boxplot`:
4141

4242
.. plot::
4343
:include-source: true

0 commit comments

Comments
 (0)