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 animThis package was created with Cookiecutter using this template
