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