MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / draw

Method draw

lib/matplotlib/backends/backend_ps.py:1231–1233  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1229 print_eps = functools.partialmethod(_print_ps, "eps")
1230
1231 def draw(self):
1232 self.figure.draw_without_rendering()
1233 return super().draw()
1234
1235
1236def _convert_psfrags(tmppath, psfrags, paper_width, paper_height, orientation):

Callers 12

_saveMethod · 0.45
_boundsFunction · 0.45
_print_figureMethod · 0.45
_print_figure_texMethod · 0.45
idle_drawMethod · 0.45
on_draw_eventMethod · 0.45
on_draw_eventMethod · 0.45
showMethod · 0.45
on_draw_eventMethod · 0.45
on_draw_eventMethod · 0.45
apply_callbackFunction · 0.45

Calls 1

Tested by

no test coverage detected