Package to create animation with matplotlib

Overview#

_images/logo_low.gif
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 dask

  • merge images with ffmpeg

  • build gif from the video

Installation#

simple :

$ pip install anim

Credits#

This package was created with Cookiecutter using this template