Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
388
class
XTick(Tick):
Callers
2
_apply_params
Method · 0.95
_copy_tick_props
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected