diff --git a/lib/matplotlib/axes/_base.py b/lib/matplotlib/axes/_base.py index e000eab92d62..d5114d595ad5 100644 --- a/lib/matplotlib/axes/_base.py +++ b/lib/matplotlib/axes/_base.py @@ -1554,10 +1554,12 @@ def set_prop_cycle(self, *args, **kwargs): Parameters ---------- - cycler : Cycler + cycler : `~cycler.Cycler` Set the given Cycler. *None* resets to the cycle defined by the current style. + .. ACCEPTS: `~cycler.Cycler` + label : str The property key. Must be a valid `.Artist` property. For example, 'color' or 'linestyle'. Aliases are allowed, @@ -3553,6 +3555,8 @@ def set_xbound(self, lower=None, upper=None): The lower and upper bounds. If *None*, the respective axis bound is not modified. + .. ACCEPTS: (lower: float, upper: float) + See Also -------- get_xbound @@ -3626,7 +3630,7 @@ def set_xlim(self, left=None, right=None, *, emit=True, auto=False, (*left*, *right*) as the first positional argument (or as the *left* keyword argument). - .. ACCEPTS: (bottom: float, top: float) + .. ACCEPTS: (left: float, right: float) right : float, optional The right xlim in data coordinates. Passing *None* leaves the @@ -3802,6 +3806,8 @@ def set_ybound(self, lower=None, upper=None): The lower and upper bounds. If *None*, the respective axis bound is not modified. + .. ACCEPTS: (lower: float, upper: float) + See Also -------- get_ybound
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: