Package to create animation with matplotlib
anim
is a python package to build animation from matplotlib plots.You only have to define a fonction which return an matplotlib image, and anim
takes care of the image generation, parallelisation and merging them into a video
- build images in parallel widh
dask
- merge images with
ffmpeg
- build gif from the video
simple :
$ pip install anim
This package was created with Cookiecutter using this template