(Created page with "<graphviz>digraph G { subgraph cluster_small { a -> b; label=small; } subgraph cluster_big { p -> q -> r -> s -> t; label=big; t -> p; } t -> a; b -> q; }</graphviz>")
 
Line 1: Line 1:
<graphviz>digraph G {
+
<graphviz>
 +
[graphviz]
 +
digraph G {
 
subgraph cluster_small {
 
subgraph cluster_small {
 
a -> b; label=small;
 
a -> b; label=small;
Line 9: Line 11:
 
}
 
}
 
t -> a; b -> q;
 
t -> a; b -> q;
}</graphviz>
+
}  
 +
[/graphviz]
 +
</graphviz>

Revision as of 19:40, 17 April 2014

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.