Return the `~matplotlib.transforms.Transform` applied to the children.
(self)
| 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 | """ |
no outgoing calls
no test coverage detected