Back to Matplotlib

Animations using Matplotlib

galleries/users_explain/animations/GALLERY_HEADER.rst

3.11.0445 B
Original Source

=========================== 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.