about summary refs log tree commit diff
path: root/sourcecodes/data/example_time_series/TEbgraphviz.txt
blob: d8bbfe4b9cae42f9cf8bd1ecd5cbc18cc5695b3a (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];
Genotype -> TraitA_T1;
Genotype -> TraitA_T2;
Genotype -> TraitA_T3;
Genotype -> TraitB_T2;
TraitA_T1 -> TraitB_T2;
TraitA_T1 -> TraitC_T3;
TraitB_T2 -> TraitC_T3;
}