From fe30a49e7a6676ecd29aadff11f5620304e8651d Mon Sep 17 00:00:00 2001 From: Vinta Date: Sat, 9 Aug 2014 01:04:34 +0800 Subject: [PATCH] add pygraphviz to Data Visualization section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 77a77c1..06a246b 100644 --- a/README.md +++ b/README.md @@ -811,6 +811,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [ggplot](https://github.com/yhat/ggplot) - Same API as ggplot2 for R. * [Kartograph.py](https://github.com/kartograph/kartograph.py) - Rendering beautiful SVG maps in Python. * [pygal](http://pygal.org/) - A Python SVG Charts Creator. +* [pygraphviz](https://pypi.python.org/pypi/pygraphviz) - Python interface to [Graphviz](http://www.graphviz.org/). ## Computer Vision