From 3f7f3e13293a66af394b0cd8d0d45c7d82d4f7bc Mon Sep 17 00:00:00 2001 From: msund Date: Wed, 2 Jul 2014 00:46:53 -0700 Subject: [PATCH] Added Plotly. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 056ccef1..9fbb5de1 100644 --- a/README.md +++ b/README.md @@ -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.