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

Method get_transform

lib/matplotlib/axis.py:781–783  ·  view source on GitHub ↗

Return the transform used in the Axis' scale

(self)

Source from the content-addressed store, hash-verified

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)."""

Callers 15

get_tightbboxMethod · 0.95
_update_ticksMethod · 0.95
_update_connectorsMethod · 0.45
drawMethod · 0.45
_get_xy_displayMethod · 0.45
get_rotationMethod · 0.45
_get_wrap_line_widthMethod · 0.45
drawMethod · 0.45
get_window_extentMethod · 0.45
get_tightbboxMethod · 0.45
_make_imageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected