Skip to content

boutproject/animatplot-ng

Repository files navigation

Documentation Status

animatplot-ng

A python package for making interactive as well as animated plots with matplotlib. Based on animatplot by r-makaro.

image image

Requires

Installation

pip install animatplot-ng

Documentation

Documentation can be found here

Dev Install

git clone https://github.com/boutproject/animatplot-ng.git
pip install -e .

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