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

Method get_transform

lib/matplotlib/tests/test_scale.py:362–363  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

360 self._transform = CustomTransform()
361
362 def get_transform(self):
363 return self._transform
364
365 def set_default_locators_and_formatters(self, axis):
366 axis.set_major_locator(AutoLocator())

Callers 15

__init__Method · 0.45
_apply_paramsMethod · 0.45
drawMethod · 0.45
draw_textMethod · 0.45
_draw_text_as_textMethod · 0.45
_update_transScaleMethod · 0.45
get_data_ratioMethod · 0.45
apply_aspectMethod · 0.45
_update_line_limitsMethod · 0.45
_update_patch_limitsMethod · 0.45
handle_single_axisMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected