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

Method draw

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

Source from the content-addressed store, hash-verified

1120
1121 @artist.allow_rasterization
1122 def draw(self, renderer):
1123 self.set_sizes(self._sizes, self.get_figure(root=True).dpi)
1124 super().draw(renderer)
1125
1126
1127class PathCollection(_CollectionWithSizes):

Callers

nothing calls this directly

Calls 3

set_sizesMethod · 0.95
get_figureMethod · 0.45
drawMethod · 0.45

Tested by

no test coverage detected