matplotlib.animation.Animation(fig, event_source=None, blit=False)¶This class wraps the creation of an animation using matplotlib.
It is only a base class which should be subclassed to provide needed behavior.
This class is not typically used directly.
| Parameters: | fig : matplotlib.figure.Figure
event_source : object, optional
blit : bool, optional
|
|---|
See also
__init__(fig, event_source=None, blit=False)¶