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

Method draw

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

Source from the content-addressed store, hash-verified

819 return self.patch.get_patch_transform() + self._shadow_transform
820
821 def draw(self, renderer):
822 self._update_transform(renderer)
823 super().draw(renderer)
824
825
826class Rectangle(Patch):

Callers

nothing calls this directly

Calls 2

_update_transformMethod · 0.95
drawMethod · 0.45

Tested by

no test coverage detected