diff options
| author | ziejd2 | 2018-04-25 16:43:19 -0500 |
|---|---|---|
| committer | ziejd2 | 2018-04-25 16:43:19 -0500 |
| commit | 74b673ba4a706085201a5610b938ff98f08f641d (patch) | |
| tree | cb39006ea1a39499e00dbbb0e0097087a4567031 /sourcecodes/data/old/example_sci_bk/Llugraphviz.txt | |
| parent | a781cb1ff2e7ae6de0f686bd02cd279261485b1e (diff) | |
| download | BNW-74b673ba4a706085201a5610b938ff98f08f641d.tar.gz | |
Bug fixes, code comments, and minor changes
Diffstat (limited to 'sourcecodes/data/old/example_sci_bk/Llugraphviz.txt')
| -rw-r--r-- | sourcecodes/data/old/example_sci_bk/Llugraphviz.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sourcecodes/data/old/example_sci_bk/Llugraphviz.txt b/sourcecodes/data/old/example_sci_bk/Llugraphviz.txt new file mode 100644 index 00000000..88bbd3ba --- /dev/null +++ b/sourcecodes/data/old/example_sci_bk/Llugraphviz.txt @@ -0,0 +1,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; +} \ No newline at end of file |
