Garphviz Examples

TwitterFacebook
Get flash to fully experience Pearltrees
digraph NAME { # Ein einfacher cyclischer Graph. Knoten1 -> "Knoten 2"; "Knoten 2" -> Knoten3; Knoten3 -> Knoten1; Knoten1 -> "Version 1.10.1"; }

Hilfe:Graphviz – ZUM-Wiki

http://wiki.zum.de/Hilfe:Graphviz

Node Shapes

There are three main types of shapes : polygon-based , record-based and user-defined . http://www.graphviz.org/doc/info/shapes.html#html
http://www.graphviz.org/doc/info/shapes.html#record There are three main types of shapes : polygon-based , record-based and user-defined . The record-based shape has largely been superseded and greatly generalized by HTML-like labels . That is, instead of using shape=record , one might consider using shape=none and an HTML-like label.

Node Shapes