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

Method _get_text2_transform

lib/matplotlib/axis.py:384–385  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

382 raise NotImplementedError('Derived must override')
383
384 def _get_text2_transform(self):
385 raise NotImplementedError('Derived must override')
386
387
388class XTick(Tick):

Callers 2

_apply_paramsMethod · 0.95
_copy_tick_propsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected