ArtistAnimation#

class ArtistAnimation(fig, artists, *args, **kwargs)[source]#

Bases: _FastSaveMixin, ArtistAnimation

A 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: