mpl_toolkits.mplot3d.axes3d.Axes3D.set_zbound#

Axes3D.set_zbound(lower=None, upper=None)[source]#

Set the lower and upper numerical bounds of the z-axis.

This method will honor axes inversion regardless of parameter order. It will not change the autoscaling setting (get_autoscalez_on()).

Parameters:
lower, upperfloat or None

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