8000 GitHub - t-makaro/animatplot: A python package for animating plots build on matplotlib.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A python package for animating plots build on matplotlib.

License

Notifications You must be signed in to change notification settings

t-makaro/animatplot

Repository files navigation

Documentation Status

animatplot

A python package for making interactive animated plots with matplotlib.

image image

Requires

Installation

pip install animatplot

or using conda

conda install animatplot -c conda-forge

Documentation

Documentation can be found here

Dev Install

git clone https://github.com/t-makaro/animatplot.git
pip install -e .

This project uses pycodestyle for linting. For testing, pytest is used.

0