annotate toolboxes/graph_visualisation/share/graphviz/graphs/directed/nhg.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 automata_0 {
wolffd@0 2 size ="8.5, 11";
wolffd@0 3 node [shape = circle];
wolffd@0 4 0 [ style = filled, color=lightgrey ];
wolffd@0 5 2 [ shape = doublecircle ];
wolffd@0 6 0 -> 2 [ label = "a " ];
wolffd@0 7 0 -> 1 [ label = "other " ];
wolffd@0 8 1 -> 2 [ label = "a " ];
wolffd@0 9 1 -> 1 [ label = "other " ];
wolffd@0 10 2 -> 2 [ label = "a " ];
wolffd@0 11 2 -> 1 [ label = "other " ];
wolffd@0 12 "Machine: a" [ shape = plaintext ];
wolffd@0 13 }