A python package for making interactive animated plots build on matplotlib.
- Python >= 3.5
- Matplotlib >= 2.2 (because sliders have discrete values)
pip install animatplot
Documentation can be found here
git clone https://github.com/t-makaro/animatplot.git
pip install -e .
This project uses pycodestyle
for linting. For testing, pytest
is used.