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

Method _set_in_autoscale

lib/matplotlib/artist.py:1151–1160  ·  view source on GitHub ↗

Set if artist is to be included in autoscaling calculations, E.g. `.axes.Axes.autoscale_view()`. Parameters ---------- b : bool

(self, b)

Source from the content-addressed store, hash-verified

1149 self._in_layout = in_layout
1150
1151 def _set_in_autoscale(self, b):
1152 """
1153 Set if artist is to be included in autoscaling calculations,
1154 E.g. `.axes.Axes.autoscale_view()`.
1155
1156 Parameters
1157 ----------
1158 b : bool
1159 """
1160 self._in_autoscale = b
1161
1162 def get_label(self):
1163 """Return the label used for this artist in the legend."""

Callers 4

add_collectionMethod · 0.80
add_imageMethod · 0.80
add_lineMethod · 0.80
add_patchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected