comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:cc4b1211e677
1 digraph automata_0 {
2 size ="8.5, 11";
3 node [shape = circle];
4 0 [ style = filled, color=lightgrey ];
5 2 [ shape = doublecircle ];
6 0 -> 2 [ label = "a " ];
7 0 -> 1 [ label = "other " ];
8 1 -> 2 [ label = "a " ];
9 1 -> 1 [ label = "other " ];
10 2 -> 2 [ label = "a " ];
11 2 -> 1 [ label = "other " ];
12 "Machine: a" [ shape = plaintext ];
13 }