started vortrag & deps, added results of simulation

This commit is contained in:
Stefan Dresselhaus
2018-06-25 21:59:56 +02:00
parent c731a0f131
commit 6795c93f99
299 changed files with 137776 additions and 1 deletions

View File

@ -0,0 +1,6 @@
digraph compound {
"Magic Dust";
"Toxin" [style=filled, fillcolor="0,1,0.9"];
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 KiB

View File

@ -0,0 +1,6 @@
digraph compound {
"Magic Dust" -> "Toxin" [label="Enzyme ",len=2];
"Toxin" [style=filled, fillcolor="0,1,0.9"];
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

@ -0,0 +1,8 @@
digraph compound {
"Magic Dust" -> "Toxin" [label="Enzyme ",len=2];
"Toxin" [style=filled, fillcolor="0,1,0.9"];
"Predator" [style=filled, fillcolor="0.66,0.1,0.9"];
"Predator" -> "Toxin" [label="is killed by", len=2];
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB