matplotlib.axes.Axes.set_ybound¶
-
Axes.
set_ybound
(lower=None, upper=None)¶ Set the lower and upper numerical bounds of the y-axis.
This method will honor axes inversion regardless of parameter order. It will not change the autoscaling setting (
Axes._autoscaleYon
).Parameters: lower, upper : float or None
The lower and upper bounds. If None, the respective axis bound is not modified.
See also
get_ybound
,get_ylim
,set_ylim
,invert_yaxis
,yaxis_inverted