mpl_toolkits.mplot3d.axes3d.Axes3D.set_ybound#
- Axes3D.set_ybound(lower=None,upper=None,view_margin=None)[source]#
Set the lower and upper numerical bounds of the y-axis.
This method will honor axis inversion regardless of parameter order.It will not change the autoscaling setting (
get_autoscaley_on()
).- Parameters:
- lower, upperfloat or None
The lower and upper bounds. IfNone, the respective axis boundis not modified.
- view_marginfloat or None
The margin to apply to the bounds. IfNone, the margin is handledby
set_ylim
.
On this page