0

I have coded my own way to plot animations in matplotlib before discovering you can do it as the following tutorial

That looks great, but my question is, is there a way to save this animation?

(If I try to save the plot, it just saves one frame as a picture)

KansaiRobot
  • 7,564
  • 11
  • 71
  • 150
  • Try this: `anim.save('test_animation.mp4', writer='ffmpeg', fps=30)` or [Saving an animated Matplotlib graph as a GIF file results in a different looking plot](https://stackoverflow.com/questions/68960005/saving-an-animated-matplotlib-graph-as-a-gif-file-results-in-a-different-looking) – r-beginners Oct 17 '22 at 05:59

0 Answers0