yosserdavanzo

Results 2 comments of yosserdavanzo

Workaround: 1. install [imagemagick](https://imagemagick.org/index.php) 2. save each step of the animation as png in a folder (plots/1.png plots/2.png ....) 3. stitch all the pngs together `convert-delay 10 -loop 0 plots/*.png...

I'm running into the same problem. I'm using bazel in docker, where savefig("name.png") and even save("name.png") appear to be running correctly but isn't actually saving.