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)¶Methods
__init__ (fig[, event_source, blit]) |
|
new_frame_seq () |
Creates a new sequence of frame information. |
new_saved_frame_seq () |
Creates a new sequence of saved/cached frame information. |
save (filename[, writer, fps, dpi, codec, ...]) |
Saves a movie file by drawing every frame. |
to_html5_video () |
Returns animation as an HTML5 video tag. |