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

Method is_transform_set

lib/matplotlib/artist.py:456–462  ·  view source on GitHub ↗

Return whether the Artist has an explicitly set transform. This is *True* after `.set_transform` has been called.

(self)

Source from the content-addressed store, hash-verified

454 self._callbacks.process("pchanged")
455
456 def is_transform_set(self):
457 """
458 Return whether the Artist has an explicitly set transform.
459
460 This is *True* after `.set_transform` has been called.
461 """
462 return self._transformSet
463
464 def set_transform(self, t):
465 """

Callers 6

update_fromMethod · 0.80
add_artistMethod · 0.80
add_artistMethod · 0.80
_set_artist_propsMethod · 0.80
imshowMethod · 0.80

Calls

no outgoing calls

Tested by 1