Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_patch_transform
Method
get_patch_transform
lib/matplotlib/patches.py:1089–1093 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1087
return
self._path
1088
1089
def
get_patch_transform(self):
1090
return
self._patch_transform.clear() \
1091
.scale(self.radius) \
1092
.rotate(self.orientation) \
1093
.translate(*self.xy)
1094
1095
1096
class
PathPatch(Patch):
Callers
nothing calls this directly
Calls
4
translate
Method · 0.80
rotate
Method · 0.45
scale
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected