@@ -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,
@@ -3521,6 +3523,8 @@ def set_xbound(self, lower=None, upper=None):
3521
3523
The lower and upper bounds. If *None*, the respective axis bound
3522
3524
is not modified.
3523
3525
3526
+ .. ACCEPTS: (lower: float, upper: float)
3527
+
3524
3528
See Also
3525
3529
--------
3526
3530
get_xbound
@@ -3594,7 +3598,7 @@ def set_xlim(self, left=None, right=None, *, emit=True, auto=False,
3594
3598
(*left*, *right*) as the first positional argument (or as
3595
3599
the *left* keyword argument).
3596
3600
3597
- .. ACCEPTS: (bottom : float, top : float)
3601
+ .. ACCEPTS: (left : float, right : float)
3598
3602
3599
3603
right : float, optional
3600
3604
The right xlim in data coordinates. Passing *None* leaves the
@@ -3770,6 +3774,8 @@ def set_ybound(self, lower=None, upper=None):
3770
3774
The lower and upper bounds. If *None*, the respective axis bound
3771
3775
is not modified.
3772
3776
3777
+ .. ACCEPTS: (lower: float, upper: float)
3778
+
3773
3779
See Also
3774
3780
--------
3775
3781
get_ybound
0 commit comments