Mercurial > hg > camir-aes2014
comparison toolboxes/graph_visualisation/share/graphviz/graphs/directed/clust.gv @ 0:e9a9cd732c1e tip
first hg version after svn
author | wolffd |
---|---|
date | Tue, 10 Feb 2015 15:05:51 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e9a9cd732c1e |
---|---|
1 digraph G { | |
2 subgraph cluster_0 { | |
3 label = "hello world"; | |
4 a -> b; | |
5 a -> c; | |
6 color = hotpink; | |
7 } | |
8 | |
9 subgraph cluster_1 { | |
10 label = "MSDOT"; | |
11 style= "dashed"; | |
12 color=purple; | |
13 x -> y; | |
14 x -> z; | |
15 y -> z; | |
16 y -> q; | |
17 } | |
18 | |
19 top -> a; | |
20 top -> y; | |
21 y -> b; | |
22 } |