about summary refs log tree commit diff
path: root/sourcecodes/data/example2/hQGgraphviz.txt
blob: 7f2798436f1de6dd4ae2dad371499c5ef8d29a50 (plain)
1
2
3
4
5
6
7
8
9
10
11
digraph G {
size="10,10";  ratio = fill;
node [shape=square,width=1.5];
Geno1 -> Trait2;
Geno2 -> Trait3;
Geno2 -> Trait4;
Geno2 -> Trait6;
Trait2 -> Trait1;
Trait2 -> Trait4;
Trait3 -> Trait4;
}