boutproject / xBOUT

Collects BOUT++ data from parallelized simulations into xarray.
https://xbout.readthedocs.io/en/latest/
Apache License 2.0
22 stars 10 forks source link

.gif files don't loop unless matplotlib > 3.1 #60

Closed TomNicholas closed 5 years ago

TomNicholas commented 5 years ago

I tried making a gif, but it didn't loop.

This problem was with matplotlib calling Pillow Writer (https://github.com/matplotlib/matplotlib/issues/11787), and the fix was merged in matplotlib 3.1.

We should upgrade our requirements for matplotlib to 3.1.1 (the most recent version) to avoid this odd bug.