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

Method _get_text1_transform

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

Source from the content-addressed store, hash-verified

379 raise NotImplementedError('Derived must override')
380
381 def _get_text1_transform(self):
382 raise NotImplementedError('Derived must override')
383
384 def _get_text2_transform(self):
385 raise NotImplementedError('Derived must override')

Callers 2

_apply_paramsMethod · 0.95
_copy_tick_propsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected