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

Method draw

lib/matplotlib/collections.py:2201–2203  ·  view source on GitHub ↗
(self, renderer)

Source from the content-addressed store, hash-verified

2199
2200 @artist.allow_rasterization
2201 def draw(self, renderer):
2202 self._set_transforms()
2203 super().draw(renderer)
2204
2205
2206class PatchCollection(Collection):

Callers

nothing calls this directly

Calls 2

_set_transformsMethod · 0.95
drawMethod · 0.45

Tested by

no test coverage detected