Skip to content

Commit 75f3155

Browse files
committed
DOC : fixed errors in docstrings
1 parent 4379f44 commit 75f3155

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2996,7 +2996,7 @@ def boxplot(self, x, notch=False, sym='b+', vert=True, whis=1.5,
29962996
If provided, will set the plotting style of the whiskers
29972997
29982998
capprops : dict or None (default)
2999-
If provided, will set the plotting style of the whiskers
2999+
If provided, will set the plotting style of the caps
30003000
30013001
flierprops : dict or None (default)
30023002
If provided, will set the plotting style of the fliers
@@ -3145,7 +3145,7 @@ def bxp(self, bxpstats, positions=None, widths=None, vert=True,
31453145
31463146
shownotches : bool, default = False
31473147
If False (default), produces a rectangular box plot.
3148-
If True, will produce a ed box plot
3148+
If True, will produce a notched box plot
31493149
31503150
showmeans : bool, default = False
31513151
If True, will toggle one the rendering of the means
@@ -3166,7 +3166,7 @@ def bxp(self, bxpstats, positions=None, widths=None, vert=True,
31663166
If provided, will set the plotting style of the whiskers
31673167
31683168
capprops : dict or None (default)
3169-
If provided, will set the plotting style of the whiskers
3169+
If provided, will set the plotting style of the caps
31703170
31713171
flierprops : dict or None (default)
31723172
If provided will set the plotting style of the fliers

0 commit comments

Comments
 (0)