Garphviz Examples
< Graphviz
< Libraries
< Language
< Dev
< Software
< Computer Science
< Tech
< drone
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"; }
There are three main types of shapes : polygon-based , record-based and user-defined .
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.