Controlable animation using Matplotlib?
We can create gifs from plots generated in Python, usually through a loop where you save each image and then you animate them, creating a gif by compiling the images one after the other. Is there any way to do so but without saving the images?