Package to create animation with matplotlib
Overview#
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
Features#
build images in parallel widh
daskmerge images with
ffmpegbuild gif from the video
Installation#
simple :
$ pip install anim
Credits#
This package was created with Cookiecutter using this template