Enable ffmpeg for animations for newer matplotlib#733
Enable ffmpeg for animations for newer matplotlib#733larsoner merged 3 commits intosphinx-gallery:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #733 +/- ##
==========================================
- Coverage 97.60% 97.57% -0.03%
==========================================
Files 32 32
Lines 3672 3676 +4
==========================================
+ Hits 3584 3587 +3
- Misses 88 89 +1
Continue to review full report at Codecov.
|
|
Pushed a couple of trivial commits to fix SyntaxError and NameError. I can test on a machine that has matplotlib |
|
Whoops, wrong button... |
|
Every time I think I can write correct code the first time without running it, I get proven wrong. |
|
Hacking the version check to use 3.3.0 (latest Awesome! Thanks @dopplershift |
|
🎉 Glad it had a good impact. |


Since ffmpeg GIF writing was fixed in matplotlib/matplotlib#18093, which will be included in matplotlib 3.3.1, enable using that for capturing animations (when running a recent enough version).