Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ draw
Method
draw
lib/matplotlib/backends/backend_pdf.py:2749–2751 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2747
file.close()
2748
2749
def
draw(self):
2750
self.figure.draw_without_rendering()
2751
return
super().draw()
2752
2753
2754
FigureManagerPdf = FigureManagerBase
Callers
1
print_pdf
Method · 0.45
Calls
1
draw_without_rendering
Method · 0.80
Tested by
no test coverage detected