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

Method _get_in_autoscale

lib/matplotlib/artist.py:914–920  ·  view source on GitHub ↗

Return whether the artist is included in autoscaling calculations. E.g. `.axes.Axes.autoscale_view()`.

(self)

Source from the content-addressed store, hash-verified

912 return self._in_layout
913
914 def _get_in_autoscale(self):
915 """
916 Return whether the artist is included in autoscaling calculations.
917
918 E.g. `.axes.Axes.autoscale_view()`.
919 """
920 return self._in_autoscale
921
922 def _fully_clipped_to_axes(self):
923 """

Callers 1

relimMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected