@@ -8214,18 +8214,18 @@ def violinplot(self, dataset, positions=None, vert=True, widths=0.5,
8214
8214
Otherwise, creates a horizontal violin plot.
8215
8215
8216
8216
widths : float or array-like, default: 0.5
8217
- The maximal width of each violin in units of the *positions* axis.
8218
- The default is 0.5, which is half available space when using default
8217
+ The maximum width of each violin in units of the *positions* axis.
8218
+ The default is 0.5, which is half the available space when using default
8219
8219
*positions*.
8220
8220
8221
8221
showmeans : bool, default: False
8222
- Whether to indicate the mean with a line.
8222
+ Whether to show the mean with a line.
8223
8223
8224
8224
showextrema : bool, default: True
8225
- Whether to indicate the extrema with a line.
8225
+ Whether to show extrema with a line.
8226
8226
8227
8227
showmedians : bool, default: False
8228
- Whether to indicate the median with a line.
8228
+ Whether to show the median with a line.
8229
8229
8230
8230
quantiles : array-like, default: None
8231
8231
If not None, set a list of floats in interval [0, 1] for each violin,
@@ -8336,18 +8336,18 @@ def violin(self, vpstats, positions=None, vert=True, widths=0.5,
8336
8336
Otherwise, plots the violins horizontally.
8337
8337
8338
8338
widths : float or array-like, default: 0.5
8339
- The maximal width of each violin in units of the *positions* axis.
8339
+ The maximum width of each violin in units of the *positions* axis.
8340
8340
The default is 0.5, which is half available space when using default
8341
8341
*positions*.
8342
8342
8343
8343
showmeans : bool, default: False
8344
- Whether to indicate the mean with a line.
8344
+ Whether to show the mean with a line.
8345
8345
8346
8346
showextrema : bool, default: True
8347
- Whether to indicate the extrema with a line.
8347
+ Whether to show extrema with a line.
8348
8348
8349
8349
showmedians : bool, default: False
8350
- Whether to indicate the median with a line.
8350
+ Whether to show the median with a line.
8351
8351
8352
8352
Returns
8353
8353
-------
0 commit comments