From 5aa48ff47c1aaec44713495f28cc69d03e8fa0d8 Mon Sep 17 00:00:00 2001 From: msund Date: Thu, 30 Jul 2015 11:05:08 -0700 Subject: [PATCH] Adding plotly to ecosystem --- doc/source/ecosystem.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index 26ff9ec536c45..6b91a3aa5b484 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -80,6 +80,10 @@ The `Vincent `__ project leverages `Vega < (that in turn, leverages `d3 `__) to create plots . It has great support for pandas data objects. +`Plotly `__ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +`Plotly’s `__ `Python API `__ enables interactive figures and web shareability. Maps, 2D, 3D, and live-streaming graphs are rendered with WebGL and `D3.js `__. The library supports plotting directly from a pandas DataFrame and cloud-based collaboration. Users of `matplotlib, ggplot for Python, and Seaborn `__ can convert figures into interactive web-based plots. Plots can be drawn in `IPython Notebooks `__ , edited with R or MATLAB, modified in a GUI, or embedded in apps and dashboards. .. _ecosystem.ide: