Animations using Matplotlib#
Based on its plotting functionality, Matplotlib also provides an interface togenerate animations using theanimation module. Ananimation is a sequence of frames where each frame corresponds to a plot on aFigure. This tutorial covers a general guideline onhow to create such animations and the different options available.