From b1fbee0fb810239f0c4d03ae10aef231e0a1d13d Mon Sep 17 00:00:00 2001 From: Chris Warth Date: Tue, 28 Jun 2016 18:48:44 -0700 Subject: [PATCH] update visualization projects --- doc/source/ecosystem.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index 0d7315d20eac3..51e00d2e01fd0 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -77,8 +77,16 @@ more advanced types of plots then those offered by pandas. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The `Vincent `__ project leverages `Vega `__ -(that in turn, leverages `d3 `__) to create plots . It has great support -for pandas data objects. +(that in turn, leverages `d3 `__) to create +plots. Although functional, as of Summer 2016 the Vincent project has not been updated +in over two years and is `unlikely to receive further updates `__. + +`IPython Vega `__ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Like Vincent, the `IPython Vega `__ project leverages `Vega +`__ to create plots, but primarily +targets the IPython Notebook environment. `Plotly `__ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~