Mercurial > hg > camir-aes2014
annotate toolboxes/graph_visualisation/share/graphviz/graphs/directed/clust5.gv @ 0:e9a9cd732c1e tip
first hg version after svn
author | wolffd |
---|---|
date | Tue, 10 Feb 2015 15:05:51 +0000 |
parents | |
children |
rev | line source |
---|---|
wolffd@0 | 1 digraph G { |
wolffd@0 | 2 size="6,6"; |
wolffd@0 | 3 a -> b -> c; |
wolffd@0 | 4 |
wolffd@0 | 5 subgraph cluster0 { |
wolffd@0 | 6 x0 -> y0; |
wolffd@0 | 7 x0 -> z0; |
wolffd@0 | 8 } |
wolffd@0 | 9 |
wolffd@0 | 10 subgraph cluster1 { |
wolffd@0 | 11 x1 -> y1; |
wolffd@0 | 12 x1 -> z1; |
wolffd@0 | 13 } |
wolffd@0 | 14 |
wolffd@0 | 15 subgraph cluster2 { |
wolffd@0 | 16 x2 -> y2; |
wolffd@0 | 17 x2 -> z2; |
wolffd@0 | 18 } |
wolffd@0 | 19 |
wolffd@0 | 20 a -> x0; |
wolffd@0 | 21 b -> x1; |
wolffd@0 | 22 b -> x2; |
wolffd@0 | 23 a -> z2; |
wolffd@0 | 24 c -> z1; |
wolffd@0 | 25 } |