Mercurial > hg > camir-ismir2012
diff toolboxes/graph_visualisation/share/graphviz/graphs/directed/rowe.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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/toolboxes/graph_visualisation/share/graphviz/graphs/directed/rowe.gv Fri Aug 19 13:07:06 2016 +0200 @@ -0,0 +1,72 @@ +digraph rowe { + node [shape = box]; + size = "6,6"; + 1 -> 2; + 1 -> 10; + 10 -> 14; + 10 -> 12; + 10 -> 13; + 10 -> 11; + 2 -> 18; + 2 -> 17; + 2 -> 16; + 2 -> 3; + 11 -> 4; + 16 -> 4; + 3 -> 4; + 4 -> 5; + 13 -> 19; + 17 -> 19; + 5 -> 23; + 5 -> 35; + 5 -> 6; + 37 -> 39; + 37 -> 41; + 37 -> 40; + 37 -> 38; + 19 -> 20; + 19 -> 28; + 19 -> 21; + 12 -> 29; + 18 -> 29; + 41 -> 29; + 28 -> 29; + 29 -> 30; + 30 -> 31; + 30 -> 33; + 31 -> 32; + 21 -> 22; + 32 -> 23; + 22 -> 23; + 6 -> 7; + 23 -> 24; + 7 -> 8; + 24 -> 25; + 24 -> 27; + 35 -> 43; + 35 -> 36; + 8 -> 9; + 14 -> 15; + 39 -> 15; + 20 -> 15; + 33 -> 34; + 43 -> 40; + 43 -> 38; + 25 -> 26; + 9 -> 42; + 10 -> 1; + 15 -> 1; + 23 -> 1; + 31 -> 1; + 2 -> 1; + 25 -> 1; + 9 -> 1; + 38 -> 4; + 26 -> 4; + 42 -> 4; + 40 -> 19; + 36 -> 19; + 34 -> 29; + 33 -> 30; + 27 -> 24; +}