matplotlib.animation.ArtistAnimation(fig, artists, *args, **kwargs)¶Animation using a fixed set of Artist objects.
Before creating an instance, all plotting should have taken place and the relevant artists saved.
| Parameters: | fig : matplotlib.figure.Figure
artists : list
interval : number, optional
repeat_delay : number, optional
repeat : bool, optional
blit : bool, optional
|
|---|
__init__(fig, artists, *args, **kwargs)¶