MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / _get_autoscale_on

Method _get_autoscale_on

lib/matplotlib/axis.py:849–851  ·  view source on GitHub ↗

Return whether this Axis is autoscaled.

(self)

Source from the content-addressed store, hash-verified

847 return data if np.all(valid) else np.where(valid, data, np.nan)
848
849 def _get_autoscale_on(self):
850 """Return whether this Axis is autoscaled."""
851 return self._autoscale_on
852
853 def _set_autoscale_on(self, b):
854 """

Callers 2

get_autoscale_onMethod · 0.80
handle_single_axisMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected