Return the transform used in the Axis' scale
(self)
| 779 | self.stale = True |
| 780 | |
| 781 | def get_transform(self): |
| 782 | """Return the transform used in the Axis' scale""" |
| 783 | return self._scale.get_transform() |
| 784 | |
| 785 | def get_scale(self): |
| 786 | """Return this Axis' scale (as a str).""" |
no outgoing calls
no test coverage detected