@@ -2996,7 +2996,7 @@ def boxplot(self, x, notch=False, sym='b+', vert=True, whis=1.5,
2996
2996
If provided, will set the plotting style of the whiskers
2997
2997
2998
2998
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
3000
3000
3001
3001
flierprops : dict or None (default)
3002
3002
If provided, will set the plotting style of the fliers
@@ -3145,7 +3145,7 @@ def bxp(self, bxpstats, positions=None, widths=None, vert=True,
3145
3145
3146
3146
shownotches : bool, default = False
3147
3147
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
3149
3149
3150
3150
showmeans : bool, default = False
3151
3151
If True, will toggle one the rendering of the means
@@ -3166,7 +3166,7 @@ def bxp(self, bxpstats, positions=None, widths=None, vert=True,
3166
3166
If provided, will set the plotting style of the whiskers
3167
3167
3168
3168
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
3170
3170
3171
3171
flierprops : dict or None (default)
3172
3172
If provided will set the plotting style of the fliers
0 commit comments