Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _get_text1_transform
Method
_get_text1_transform
lib/matplotlib/axis.py:417–418 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
415
)
416
417
def
_get_text1_transform(self):
418
return
self.axes.get_xaxis_text1_transform(self._pad)
419
420
def
_get_text2_transform(self):
421
return
self.axes.get_xaxis_text2_transform(self._pad)
Callers
1
__init__
Method · 0.95
Calls
1
get_xaxis_text1_transform
Method · 0.45
Tested by
no test coverage detected