mpl_toolkits.mplot3d.axes3d.Axes3D.autoscale_view#

Axes3D.autoscale_view(tight=None,scalex=True,scaley=True,scalez=True)[source]#

Autoscale the view limits using the data limits.

SeeAxes.autoscale_view for full documentation. Because thisfunction applies to 3D Axes, it also takes ascalez argument.