matplotlib / 3.4.3 / _as_gen / matplotlib.axes.axes.set_ybound.html /

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 (get_autoscaley_on()).

Parameters:
lower, upper float or None

The lower and upper bounds. If None, the respective axis bound is not modified.

Examples using matplotlib.axes.Axes.set_ybound

© 2012–2021 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.4.3/api/_as_gen/matplotlib.axes.Axes.set_ybound.html