about summary refs log tree commit diff
path: root/sourcecodes/data/example_sci/Llugraphviz.txt
blob: 88bbd3ba6536122dc82407a5ba2aa1ae5ec6b4b2 (plain)
1
2
3
4
5
6
7
8
9
10
digraph G {
size="10,10";  ratio = fill;
node [shape=square,width=1.5];
Genotype -> Gene3;
Genotype -> Gene1;
Gene3 -> Phenotype;
Gene2 -> Gene3;
Gene2 -> Phenotype;
Gene1 -> Gene2;
}