MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / _update_transform

Method _update_transform

lib/matplotlib/patches.py:810–813  ·  view source on GitHub ↗
(self, renderer)

Source from the content-addressed store, hash-verified

808 **kwargs})
809
810 def _update_transform(self, renderer):
811 ox = renderer.points_to_pixels(self._ox)
812 oy = renderer.points_to_pixels(self._oy)
813 self._shadow_transform.clear().translate(ox, oy)
814
815 def get_path(self):
816 return self.patch.get_path()

Callers 1

drawMethod · 0.95

Calls 3

translateMethod · 0.80
points_to_pixelsMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected