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

Method get_transform

lib/matplotlib/offsetbox.py:638–642  ·  view source on GitHub ↗

Return the `~matplotlib.transforms.Transform` applied to the children.

(self)

Source from the content-addressed store, hash-verified

636 self.stale = True
637
638 def get_transform(self):
639 """
640 Return the `~matplotlib.transforms.Transform` applied to the children.
641 """
642 return self.dpi_transform + self.offset_transform
643
644 def set_transform(self, t):
645 """

Callers 4

add_artistMethod · 0.95
drawMethod · 0.95
save_offsetMethod · 0.45
update_offsetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected