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

Method get_transform

lib/matplotlib/offsetbox.py:857–861  ·  view source on GitHub ↗

Return the `.Transform` applied to the children.

(self)

Source from the content-addressed store, hash-verified

855 self.stale = True
856
857 def get_transform(self):
858 """Return the `.Transform` applied to the children."""
859 return (self.aux_transform
860 + self.ref_offset_transform
861 + self.offset_transform)
862
863 def set_transform(self, t):
864 """

Callers 1

add_artistMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected