Graphs San Frontieres

[graphviz]
digraph
Graphs_San_Frontieres {
node [style=”rounded,filled”;shape=box;];
“Willi” [color=”green”];
“Hans” -> “Lotte” -> “Jane” -> “Willi”;
label=”Whistling Tunes We Hide In The Dunes By The Seaside”;
}[/graphviz]

[graphviz]
digraph
Legend {
node [style=”rounded,filled”;shape=box;];
subgraph cluster_Legend {
rank=same;”Happy Again”;”Regular”;
“Happy Again” [color=”green”];
“Regular” -> “Happy Again” [label=”plays with”];
label=”Legend”;
}
}[/graphviz]

Published
Categorized as "Misc"