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

Method setup

lib/matplotlib/animation.py:490–492  ·  view source on GitHub ↗
(self, fig, outfile, dpi=None)

Source from the content-addressed store, hash-verified

488 return True
489
490 def setup(self, fig, outfile, dpi=None):
491 super().setup(fig, outfile, dpi=dpi)
492 self._frames = []
493
494 def grab_frame(self, **savefig_kwargs):
495 _validate_grabframe_kwargs(savefig_kwargs)

Callers 1

Calls 1

setupMethod · 0.45

Tested by 1