Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_affine
Method
get_affine
lib/matplotlib/transforms.py:2845–2846 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2843
return
self._transform.transform_path_affine(self._transformed_path)
2844
2845
def
get_affine(self):
2846
return
self._transform.get_affine()
2847
2848
2849
class
TransformedPatchPath(TransformedPath):
Callers
2
get_transformed_points_and_affine
Method · 0.95
get_transformed_path_and_affine
Method · 0.95
Calls
1
get_affine
Method · 0.45
Tested by
no test coverage detected