* dot, gnuplot, R, [matplotlib](http://matplotlib.org/)
* in der [Graphviz Gallery](http://www.graphviz.org/Gallery.php) kann man nachschauen welche Methoden es gibt
* R mit [ggplot](http://ggplot2.org/) (auch für Python: [ggplot](https://github.com/yhat/ggplot/)) oder [lattice](http://www.statmethods.net/advgraphs/trellis.html)
+ * Um R mit Python zu verbinden: [RPY](http://rpy.sourceforge.net/)
* The Grammar of Graphics von Leland Wilkinson wenn man noch mehr über Graphen haben will
* ...