Home
Softono

Animatplot

Open source MIT Python
418
Stars
38
Forks
17
Issues
8
Watchers
2 years
Last Commit

 About Animatplot

A python package for animating plots build on matplotlib.

Platforms

Web Self-hosted

Languages

Python

Links

Need Help Installing Animatplot?

We provide expert installation service for this software. Our team will install, configure, and secure Animatplot on your server. plans start at just $30.

Animatplot

View on GitHub

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.