* [ipe](http://ipe7.sourceforge.net/), dia, inkscape mit LaTeX erweiterung, ...
* ipe embedded alles in ein PDF
* mittels LaTeX kann man ipe sehr gut integrieren
- * dot, gnuplot, R, [matplotlib](http://matplotlib.org/)
+ * dot, gnuplot, [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/)
- * R als Webserver: [Shiny](http://www.rstudio.com/shiny/)
- * The Grammar of Graphics von Leland Wilkinson wenn man noch mehr über Graphen haben will
* Javascript Tools: [rcharts.js](http://ramnathv.github.io/rCharts/)
- * ...
+* R
+ * R als Webserver: [Shiny](http://www.rstudio.com/shiny/)
+ * Um R mit Python zu verbinden: [RPY](http://rpy.sourceforge.net/)
+ * 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)
+* Datamining Applikationen
+ * [RapidMiner](http://rapidminer.com)
+ * [KNIME](http://www.knime.org/)
### sonstige Themen
### Tipps und Links
+* The Grammar of Graphics von Leland Wilkinson wenn man noch mehr über Graphen haben will
* ...