Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ draw
Method
draw
lib/matplotlib/axes/_base.py:5115–5117 ·
view source on GitHub ↗
(self, renderer)
Source
from the content-addressed store, hash-verified
5113
5114
@martist.allow_rasterization
5115
def
draw(self, renderer):
5116
for
a in self.artists:
5117
a.draw(renderer)
5118
5119
return
_MinimalArtist(figure, artists).draw(renderer)
Callers
nothing calls this directly
Calls
1
draw
Method · 0.45
Tested by
no test coverage detected