From e68532cabb9b4d1961fc480e9b591724355462b6 Mon Sep 17 00:00:00 2001 From: NathanEpstein Date: Sat, 3 Sep 2016 15:00:18 -0400 Subject: [PATCH] add pydexter to python visualization --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6697f85..eb0c189 100644 --- a/README.md +++ b/README.md @@ -830,6 +830,7 @@ on MNIST digits[DEEP LEARNING] * [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 plotting library for Python, based on [D3.js](http://d3js.org/). +* [PyDexter](https://github.com/D3xterjs/pydexter) - Simple plotting for Python. Wrapper for D3xterjs; easily render charts in-browser. * [ggplot](https://github.com/yhat/ggplot) - Same API as ggplot2 for R. * [ggfortify](https://github.com/sinhrks/ggfortify) - Unified interface to ggplot2 popular R packages. * [Kartograph.py](https://github.com/kartograph/kartograph.py) - Rendering beautiful SVG maps in Python.