MCPcopy 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
1096class PathPatch(Patch):

Callers

nothing calls this directly

Calls 4

translateMethod · 0.80
rotateMethod · 0.45
scaleMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected