Merge pull request #41 from msund/master

Added Plotly
This commit is contained in:
Vinta 2014-07-02 21:23:05 +08:00
commit 9c454cc211

View File

@ -571,6 +571,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.