MCPcopy 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
887FigureManagerPgf = FigureManagerBase

Callers 1

_print_pgf_to_fhMethod · 0.45

Calls 1

Tested by

no test coverage detected