matplotlib.axes.Axes.set_autoscale_on#
- Axes.set_autoscale_on(b)[source]#
 Set whether autoscaling is applied to each axis on the next draw or call to
Axes.autoscale_view.- Parameters:
 - bbool
 
Set whether autoscaling is applied to each axis on the next draw or
call to Axes.autoscale_view.
matplotlib.axes.Axes.set_autoscale_on#