Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 971 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 971 Bytes

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.