matplotlib.axes.Axes.set_autoscalex_on#
- Axes.set_autoscalex_on(b)[source]#
Set whether the xaxis is autoscaled when drawing or by
Axes.autoscale_view
.If b is None, then the value is not changed.
- Parameters:
- bbool
Set whether the xaxis is autoscaled when drawing or by Axes.autoscale_view
.
If b is None, then the value is not changed.