Mercurial > hg > camir-ismir2012
annotate toolboxes/graph_visualisation/share/graphviz/graphs/directed/triedds.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 graph [ |
Daniel@0 | 3 rankdir = "LR" |
Daniel@0 | 4 ]; |
Daniel@0 | 5 node [ |
Daniel@0 | 6 fontsize = "16" |
Daniel@0 | 7 shape = "ellipse" |
Daniel@0 | 8 ]; |
Daniel@0 | 9 edge [ |
Daniel@0 | 10 ]; |
Daniel@0 | 11 "node0" [ |
Daniel@0 | 12 label = "<f0> 0x10ba8| <f1>" |
Daniel@0 | 13 shape = "record" |
Daniel@0 | 14 ]; |
Daniel@0 | 15 "node1" [ |
Daniel@0 | 16 label = "<f0> 0xf7fc4380| <f1> | <f2> |-1" |
Daniel@0 | 17 shape = "record" |
Daniel@0 | 18 ]; |
Daniel@0 | 19 "node2" [ |
Daniel@0 | 20 label = "<f0> 0xf7fc44b8| | |2" |
Daniel@0 | 21 shape = "record" |
Daniel@0 | 22 ]; |
Daniel@0 | 23 "node3" [ |
Daniel@0 | 24 label = "<f0> 3.43322790286038071e-06|44.79998779296875|0" |
Daniel@0 | 25 shape = "record" |
Daniel@0 | 26 ]; |
Daniel@0 | 27 "node4" [ |
Daniel@0 | 28 label = "<f0> 0xf7fc4380| <f1> | <f2> |2" |
Daniel@0 | 29 shape = "record" |
Daniel@0 | 30 ]; |
Daniel@0 | 31 "node5" [ |
Daniel@0 | 32 label = "<f0> (nil)| | |-1" |
Daniel@0 | 33 shape = "record" |
Daniel@0 | 34 ]; |
Daniel@0 | 35 "node6" [ |
Daniel@0 | 36 label = "<f0> 0xf7fc4380| <f1> | <f2> |1" |
Daniel@0 | 37 shape = "record" |
Daniel@0 | 38 ]; |
Daniel@0 | 39 "node7" [ |
Daniel@0 | 40 label = "<f0> 0xf7fc4380| <f1> | <f2> |2" |
Daniel@0 | 41 shape = "record" |
Daniel@0 | 42 ]; |
Daniel@0 | 43 "node8" [ |
Daniel@0 | 44 label = "<f0> (nil)| | |-1" |
Daniel@0 | 45 shape = "record" |
Daniel@0 | 46 ]; |
Daniel@0 | 47 "node9" [ |
Daniel@0 | 48 label = "<f0> (nil)| | |-1" |
Daniel@0 | 49 shape = "record" |
Daniel@0 | 50 ]; |
Daniel@0 | 51 "node10" [ |
Daniel@0 | 52 label = "<f0> (nil)| <f1> | <f2> |-1" |
Daniel@0 | 53 shape = "record" |
Daniel@0 | 54 ]; |
Daniel@0 | 55 "node11" [ |
Daniel@0 | 56 label = "<f0> (nil)| <f1> | <f2> |-1" |
Daniel@0 | 57 shape = "record" |
Daniel@0 | 58 ]; |
Daniel@0 | 59 "node12" [ |
Daniel@0 | 60 label = "<f0> 0xf7fc43e0| | |1" |
Daniel@0 | 61 shape = "record" |
Daniel@0 | 62 ]; |
Daniel@0 | 63 "node0":f0 -> "node1":f0 [ |
Daniel@0 | 64 id = 0 |
Daniel@0 | 65 ]; |
Daniel@0 | 66 "node0":f1 -> "node2":f0 [ |
Daniel@0 | 67 id = 1 |
Daniel@0 | 68 ]; |
Daniel@0 | 69 "node1":f0 -> "node3":f0 [ |
Daniel@0 | 70 id = 2 |
Daniel@0 | 71 ]; |
Daniel@0 | 72 "node1":f1 -> "node4":f0 [ |
Daniel@0 | 73 id = 3 |
Daniel@0 | 74 ]; |
Daniel@0 | 75 "node1":f2 -> "node5":f0 [ |
Daniel@0 | 76 id = 4 |
Daniel@0 | 77 ]; |
Daniel@0 | 78 "node4":f0 -> "node3":f0 [ |
Daniel@0 | 79 id = 5 |
Daniel@0 | 80 ]; |
Daniel@0 | 81 "node4":f1 -> "node6":f0 [ |
Daniel@0 | 82 id = 6 |
Daniel@0 | 83 ]; |
Daniel@0 | 84 "node4":f2 -> "node10":f0 [ |
Daniel@0 | 85 id = 7 |
Daniel@0 | 86 ]; |
Daniel@0 | 87 "node6":f0 -> "node3":f0 [ |
Daniel@0 | 88 id = 8 |
Daniel@0 | 89 ]; |
Daniel@0 | 90 "node6":f1 -> "node7":f0 [ |
Daniel@0 | 91 id = 9 |
Daniel@0 | 92 ]; |
Daniel@0 | 93 "node6":f2 -> "node9":f0 [ |
Daniel@0 | 94 id = 10 |
Daniel@0 | 95 ]; |
Daniel@0 | 96 "node7":f0 -> "node3":f0 [ |
Daniel@0 | 97 id = 11 |
Daniel@0 | 98 ]; |
Daniel@0 | 99 "node7":f1 -> "node1":f0 [ |
Daniel@0 | 100 id = 12 |
Daniel@0 | 101 ]; |
Daniel@0 | 102 "node7":f2 -> "node8":f0 [ |
Daniel@0 | 103 id = 13 |
Daniel@0 | 104 ]; |
Daniel@0 | 105 "node10":f1 -> "node11":f0 [ |
Daniel@0 | 106 id = 14 |
Daniel@0 | 107 ]; |
Daniel@0 | 108 "node10":f2 -> "node12":f0 [ |
Daniel@0 | 109 id = 15 |
Daniel@0 | 110 ]; |
Daniel@0 | 111 "node11":f2 -> "node1":f0 [ |
Daniel@0 | 112 id = 16 |
Daniel@0 | 113 ]; |
Daniel@0 | 114 } |