File size: 446 Bytes
714e7c4 | 1 2 3 4 5 6 7 8 9 10 | =========================== Animations using Matplotlib =========================== Based on its plotting functionality, Matplotlib also provides an interface to generate animations using the `~matplotlib.animation` module. An animation is a sequence of frames where each frame corresponds to a plot on a `~matplotlib.figure.Figure`. This tutorial covers a general guideline on how to create such animations and the different options available. |