You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG: Fix savefig to GIF format with .gif suffix (#29372)
* DOC / BUG: Fix savefig to GIF format with .gif suffix
According to
https://matplotlib.org/stable/users/explain/figure/figure_intro.html#saving-figures:
> Many types of output are supported, including raster formats like
> PNG, GIF, JPEG, TIFF and vector formats like PDF, EPS, and SVG.
However, GIF support was broken by #6178. Restore GIF support.
* Update lib/matplotlib/backends/backend_agg.py
Co-authored-by: Thomas A Caswell <tcaswell@gmail.com>
* Update lib/matplotlib/testing/decorators.py
---------
Co-authored-by: Thomas A Caswell <tcaswell@gmail.com>
0 commit comments