Documentation
API Reference
The plotting module contains helper functions to plot animated movies in matplotlib.
Bases: object
object
Create an animated figure over an array of images.
images (np.ndarray) – Array containing the images, shape [t, x, y].
interval (int, optional) – Frame duration in ms, by default 100.
Save the animated figure as a gif file.
path (str) – Path to the file to save.