Mercurial > hg > camir-ismir2012
annotate toolboxes/graph_visualisation/share/graphviz/graphs/directed/clust5.gv @ 0:cc4b1211e677 tip
initial commit to HG from
Changeset:
646 (e263d8a21543) added further path and more save "camirversion.m"
author | Daniel Wolff |
---|---|
date | Fri, 19 Aug 2016 13:07:06 +0200 |
parents | |
children |
rev | line source |
---|---|
Daniel@0 | 1 digraph G { |
Daniel@0 | 2 size="6,6"; |
Daniel@0 | 3 a -> b -> c; |
Daniel@0 | 4 |
Daniel@0 | 5 subgraph cluster0 { |
Daniel@0 | 6 x0 -> y0; |
Daniel@0 | 7 x0 -> z0; |
Daniel@0 | 8 } |
Daniel@0 | 9 |
Daniel@0 | 10 subgraph cluster1 { |
Daniel@0 | 11 x1 -> y1; |
Daniel@0 | 12 x1 -> z1; |
Daniel@0 | 13 } |
Daniel@0 | 14 |
Daniel@0 | 15 subgraph cluster2 { |
Daniel@0 | 16 x2 -> y2; |
Daniel@0 | 17 x2 -> z2; |
Daniel@0 | 18 } |
Daniel@0 | 19 |
Daniel@0 | 20 a -> x0; |
Daniel@0 | 21 b -> x1; |
Daniel@0 | 22 b -> x2; |
Daniel@0 | 23 a -> z2; |
Daniel@0 | 24 c -> z1; |
Daniel@0 | 25 } |