Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
DOC / BUG: Fix savefig to GIF format with .gif suffix#29372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
According tohttps://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 bymatplotlib#6178. Restore GIF support.
Uh oh!
There was an error while loading.Please reload this page.
Test failure looks real, but I think it is due to our minimum verison of pillow being per 9.0 when the improved transparency + gif support was added. I'm going to open a PR to bump that (seems better to do the API change to bump the minimum version on its own). |
Co-authored-by: Thomas A Caswell <tcaswell@gmail.com>
"power cycled" to generate a new (synthetic) merge `ommit against main. |
Uh oh!
There was an error while loading.Please reload this page.
3b54c6a
intomatplotlib:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
PR summary
According tohttps://matplotlib.org/stable/users/explain/figure/figure_intro.html#saving-figures:
However, GIF support was broken by#6178. Restore GIF support.
PR checklist