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