Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ draw
Method
draw
lib/matplotlib/backends/backend_pgf.py:882–884 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
880
return
RendererPgf(self.figure, None)
881
882
def
draw(self):
883
self.figure.draw_without_rendering()
884
return
super().draw()
885
886
887
FigureManagerPgf = FigureManagerBase
Callers
1
_print_pgf_to_fh
Method · 0.45
Calls
1
draw_without_rendering
Method · 0.80
Tested by
no test coverage detected