Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
2206
class
PatchCollection(Collection):
Callers
nothing calls this directly
Calls
2
_set_transforms
Method · 0.95
draw
Method · 0.45
Tested by
no test coverage detected