ArtistAnimation#
- class ArtistAnimation(fig, artists, *args, **kwargs)[source]#
Bases:
_FastSaveMixin,ArtistAnimationA faster drop-in replacement for
matplotlib.animation.ArtistAnimation.Frames are lists of artists that are made visible in turn. Saving uses the same direct-to-buffer renderer as
FuncAnimation.- Parameters:
fig (
Figure) – The figure to animate.artists (
listoflistofArtist) – Each entry is the collection of artists making up one frame.**kwargs – Passed to
matplotlib.animation.TimedAnimation.