Metadata-Version: 2.1
Name: animatplot-ng
Version: 0.4.3
Summary: Making animating in matplotlib easy
Home-page: https://github.com/boutproject/animatplot-ng/
Author: Tyler Makaro
Author-email: 
License: MIT
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

[![Documentation Status](https://readthedocs.org/projects/animatplot-ng/badge/?version=latest)](https://animatplot-ng.readthedocs.io/en/latest/?badge=latest)

# animatplot-ng
A python package for making interactive as well as animated plots with matplotlib. Based on [animatplot by r-makaro](https://github.com/t-makaro/animatplot).

![image](docs/source/tutorial/images/multiblock.gif)
![image](docs/source/_static/animatplot-mouse.gif)

## Requires
- Python >= 3.5
- Matplotlib >= 2.2 (because [sliders have discrete values](https://matplotlib.org/users/whats_new.html#slider-ui-widget-can-snap-to-discrete-values))
## Installation
```bash
pip install animatplot-ng
```

## Documentation
Documentation can be found [here](https://animatplot-ng.readthedocs.io/en/latest/index.html)

## Dev Install
```bash
git clone https://github.com/boutproject/animatplot-ng.git
pip install -e .
```
This project uses ```pycodestyle``` for linting. For testing, ```pytest``` is used.
