matplotlib.animation — Matplotlib 3.7.1 documentation
Animations using Matplotlib — Matplotlib 3.7.2 documentation
FunAnimation
: Generate data for first frame and then modify this data for each frame to create an animated plotArtistAnimation
: Generate a list of artists that will draw in each frame in the animation.