@@ -3641,14 +3641,13 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
3641
3641
parameters (e.g., *bootstrap*).
3642
3642
3643
3643
positions : array-like, optional
3644
- Sets the positions of the boxes. The ticks and limits are
3644
+ The positions of the boxes. The ticks and limits are
3645
3645
automatically set to match the positions. Defaults to
3646
3646
``range(1, N+1)`` where N is the number of boxes to be drawn.
3647
3647
3648
3648
widths : float or array-like
3649
- Sets the width of each box either with a scalar or a
3650
- sequence. The default is 0.5, or ``0.15*(distance between
3651
- extreme positions)``, if that is smaller.
3649
+ The widths of the boxes. The default is 0.5, or ``0.15*(distance
3650
+ between extreme positions)``, if that is smaller.
3652
3651
3653
3652
patch_artist : bool, default: False
3654
3653
If `False` produces boxes with the Line2D artist. Otherwise,
@@ -3673,7 +3672,7 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
3673
3672
True. Otherwise, means will be shown as points.
3674
3673
3675
3674
zorder : float, default: ``Line2D.zorder = 2``
3676
- Sets the zorder of the boxplot.
3675
+ The zorder of the boxplot.
3677
3676
3678
3677
Returns
3679
3678
-------
@@ -3887,7 +3886,7 @@ def bxp(self, bxpstats, positions=None, widths=None, vert=True,
3887
3886
this will be used a tick label for the boxplot
3888
3887
3889
3888
positions : array-like, default: [1, 2, ..., n]
3890
- Sets the positions of the boxes. The ticks and limits
3889
+ The positions of the boxes. The ticks and limits
3891
3890
are automatically set to match the positions.
3892
3891
3893
3892
widths : array-like, default: None
@@ -7832,7 +7831,7 @@ def violinplot(self, dataset, positions=None, vert=True, widths=0.5,
7832
7831
The input data.
7833
7832
7834
7833
positions : array-like, default: [1, 2, ..., n]
7835
- Sets the positions of the violins. The ticks and limits are
7834
+ The positions of the violins. The ticks and limits are
7836
7835
automatically set to match the positions.
7837
7836
7838
7837
vert : bool, default: True.
@@ -7951,7 +7950,7 @@ def violin(self, vpstats, positions=None, vert=True, widths=0.5,
7951
7950
for this violin's dataset.
7952
7951
7953
7952
positions : array-like, default: [1, 2, ..., n]
7954
- Sets the positions of the violins. The ticks and limits are
7953
+ The positions of the violins. The ticks and limits are
7955
7954
automatically set to match the positions.
7956
7955
7957
7956
vert : bool, default: True.
0 commit comments