MCPcopy 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
2754FigureManagerPdf = FigureManagerBase

Callers 1

print_pdfMethod · 0.45

Calls 1

Tested by

no test coverage detected