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

Method print_gif

lib/matplotlib/backends/backend_agg.py:549–550  ·  view source on GitHub ↗
(self, filename_or_obj, *, metadata=None, pil_kwargs=None)

Source from the content-addressed store, hash-verified

547 # matches the dpi kwarg (if any).
548
549 def print_gif(self, filename_or_obj, *, metadata=None, pil_kwargs=None):
550 self._print_pil(filename_or_obj, "gif", pil_kwargs, metadata)
551
552 def print_jpg(self, filename_or_obj, *, metadata=None, pil_kwargs=None):
553 # savefig() has already applied savefig.facecolor; we now set it to

Callers

nothing calls this directly

Calls 1

_print_pilMethod · 0.95

Tested by

no test coverage detected