File tree 4 files changed +9
-14
lines changed
4 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Documentation Status] ( https://readthedocs.org/projects/animatplot/badge/?version=latest )] ( https://animatplot.readthedocs.io/en/latest/?badge=latest )
1
+ [ ![ Documentation Status] ( https://readthedocs.org/projects/animatplot-ng /badge/?version=latest )] ( https://animatplot-ng .readthedocs.io/en/latest/?badge=latest )
2
2
3
- # animatplot
4
- A python package for making interactive as well as animated plots with matplotlib.
3
+ # animatplot-ng
4
+ 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 ) .
5
5
6
6
![ image] ( docs/source/tutorial/images/multiblock.gif )
7
7
![ image] ( docs/source/_static/animatplot-mouse.gif )
@@ -11,20 +11,15 @@ A python package for making interactive as well as animated plots with matplotli
11
11
- Matplotlib >= 2.2 (because [ sliders have discrete values] ( https://matplotlib.org/users/whats_new.html#slider-ui-widget-can-snap-to-discrete-values ) )
12
12
## Installation
13
13
``` bash
14
- pip install animatplot
15
- ```
16
-
17
- or using conda
18
- ``` bash
19
- conda install animatplot -c conda-forge
14
+ pip install animatplot-ng
20
15
```
21
16
22
17
## Documentation
23
- Documentation can be found [ here] ( https://animatplot.readthedocs.io/en/latest/index.html )
18
+ Documentation can be found [ here] ( https://animatplot-ng .readthedocs.io/en/latest/index.html )
24
19
25
20
## Dev Install
26
21
``` bash
27
- git clone https://github.com/t-makaro /animatplot.git
22
+ git clone https://github.com/boutproject /animatplot-ng .git
28
23
pip install -e .
29
24
```
30
25
This project uses ``` pycodestyle ``` for linting. For testing, ``` pytest ``` is used.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Install
12
12
-------
13
13
Clone and install the repository::
14
14
15
- git clone https://github.com/t-makaro /animatplot.git
15
+ git clone https://github.com/boutproject /animatplot-ng .git
16
16
cd animatplot
17
17
pip install -e .
18
18
Original file line number Diff line number Diff line change @@ -36,5 +36,5 @@ animatplot
36
36
37
37
38
38
.. Links
39
- .. _`Github` : http://github.com/t-makaro /animatplot
39
+ .. _`Github` : http://github.com/boutproject /animatplot-ng
40
40
.. _`matplotlib` : https://matplotlib.org/
Original file line number Diff line number Diff line change 17
17
description = 'Making animating in matplotlib easy' ,
18
18
long_description = long_description ,
19
19
long_description_content_type = 'text/markdown' ,
20
- url = 'https://github.com/t-makaro /animatplot/' ,
20
+ url = 'https://github.com/boutproject /animatplot-ng /' ,
21
21
author = 'Tyler Makaro' ,
22
22
author_email = '' ,
23
23
license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments