about summary refs log tree commit diff
path: root/sourcecodes/data/example_chl/bWRgraphviz.txt
blob: 2cd4e8cd4175cf8bff693ffab8e7c8d8816de1d0 (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];
Ctrq3 -> MAS;
Ctrq3 -> Neutrophil;
Ctrq3 -> Load;
Ctrq3 -> Weight;
MAS -> Neutrophil;
MAS -> Load;
Neutrophil -> Weight;
}