You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://gitter.im/marcharper/python-ternary?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6
8
7
-
# python-ternary
8
-
9
9
This is a plotting library for use with [matplotlib](http://matplotlib.org/index.html) to make [ternary plots](http://en.wikipedia.org/wiki/Ternary_plot)
10
10
plots in the two dimensional simplex projected onto a two dimensional plane.
11
11
@@ -61,7 +61,7 @@ Alternatively you can clone the repository and run `setup.py` in the usual manne
61
61
sudo python setup.py install
62
62
```
63
63
64
-
New features are still being added to python-ternary. The master branch should generally be stable enough for most purposes.
64
+
Though there are releases available through pip and anaconda, the master branch should be stable enough for most purposes.
0 commit comments