@@ -1554,10 +1554,12 @@ def set_prop_cycle(self, *args, **kwargs):
1554
1554
1555
1555
Parameters
1556
1556
----------
1557
- cycler : Cycler
1557
+ cycler : `~cycler. Cycler`
1558
1558
Set the given Cycler. *None* resets to the cycle defined by the
1559
1559
current style.
1560
1560
1561
+ .. ACCEPTS: `~cycler.Cycler`
1562
+
1561
1563
label : str
1562
1564
The property key. Must be a valid `.Artist` property.
1563
1565
For example, 'color' or 'linestyle'. Aliases are allowed,
@@ -3553,6 +3555,8 @@ def set_xbound(self, lower=None, upper=None):
3553
3555
The lower and upper bounds. If *None*, the respective axis bound
3554
3556
is not modified.
3555
3557
3558
+ .. ACCEPTS: (lower: float, upper: float)
3559
+
3556
3560
See Also
3557
3561
--------
3558
3562
get_xbound
@@ -3626,7 +3630,7 @@ def set_xlim(self, left=None, right=None, *, emit=True, auto=False,
3626
3630
(*left*, *right*) as the first positional argument (or as
3627
3631
the *left* keyword argument).
3628
3632
3629
- .. ACCEPTS: (bottom : float, top : float)
3633
+ .. ACCEPTS: (left : float, right : float)
3630
3634
3631
3635
right : float, optional
3632
3636
The right xlim in data coordinates. Passing *None* leaves the
@@ -3802,6 +3806,8 @@ def set_ybound(self, lower=None, upper=None):
3802
3806
The lower and upper bounds. If *None*, the respective axis bound
3803
3807
is not modified.
3804
3808
3809
+ .. ACCEPTS: (lower: float, upper: float)
3810
+
3805
3811
See Also
3806
3812
--------
3807
3813
get_ybound
0 commit comments