Added Plotly.

This commit is contained in:
msund 2014-07-02 00:46:53 -07:00
parent bd6f8b4b8b
commit 3f7f3e1329

View File

@ -558,6 +558,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [matplotlib](http://matplotlib.org/) - A Python 2D plotting library.
* [bokeh](https://github.com/ContinuumIO/bokeh) - Interactive Web Plotting for Python.
* [plotly](https://plot.ly/python) - Collaborative web plotting for Python and matplotlib.
* [vincent](https://github.com/wrobstory/vincent) - A Python to Vega translator.
* [d3py](https://github.com/mikedewar/d3py) - A plottling library for Python, based on [D3.js](http://d3js.org/).
* [ggplot](https://github.com/yhat/ggplot) - Same API as ggplot2 for R.