coole Ergebnisse
This commit is contained in:
parent
4b7ea18a2d
commit
4f32bf2cd0
BIN
simulations/enzymeCost/nutrientCost/Fitness_vs_e_d_mu.png
Normal file
BIN
simulations/enzymeCost/nutrientCost/Fitness_vs_e_d_mu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
BIN
simulations/enzymeCost/nutrientCost/Fitness_vs_num_compounds.png
Normal file
BIN
simulations/enzymeCost/nutrientCost/Fitness_vs_num_compounds.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
36
simulations/enzymeCost/nutrientCost/plot.fish
Executable file
36
simulations/enzymeCost/nutrientCost/plot.fish
Executable file
@ -0,0 +1,36 @@
|
|||||||
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
|
echo "
|
||||||
|
set datafile separator \",\"
|
||||||
|
set xlabel '$argv[1]'
|
||||||
|
set ylabel '$argv[3]'
|
||||||
|
set term png
|
||||||
|
set output '$argv[5]'
|
||||||
|
set title '$argv[6]'
|
||||||
|
set key outside right
|
||||||
|
|
||||||
|
plot \
|
||||||
|
'0.1.avg' using $argv[2]:$argv[4] title '0.1' pt 5,\
|
||||||
|
'0.2.avg' using $argv[2]:$argv[4] title '0.2' pt 5,\
|
||||||
|
'0.3.avg' using $argv[2]:$argv[4] title '0.3' pt 5,\
|
||||||
|
'0.4.avg' using $argv[2]:$argv[4] title '0.4' pt 5,\
|
||||||
|
'0.5.avg' using $argv[2]:$argv[4] title '0.5' pt 5,\
|
||||||
|
'0.6.avg' using $argv[2]:$argv[4] title '0.6' pt 5,\
|
||||||
|
'0.7.avg' using $argv[2]:$argv[4] title '0.7' pt 5,\
|
||||||
|
'0.8.avg' using $argv[2]:$argv[4] title '0.8' pt 5,\
|
||||||
|
'0.9.avg' using $argv[2]:$argv[4] title '0.9' pt 5,\
|
||||||
|
'1.0.avg' using $argv[2]:$argv[4] title '1.0' pt 5
|
||||||
|
" | gnuplot
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
BIN
simulations/enzymeCost/staticCost/Fitness_vs_e_d_mu.png
Normal file
BIN
simulations/enzymeCost/staticCost/Fitness_vs_e_d_mu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
BIN
simulations/enzymeCost/staticCost/Fitness_vs_num_compounds.png
Normal file
BIN
simulations/enzymeCost/staticCost/Fitness_vs_num_compounds.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
24
simulations/enzymeCost/staticCost/plot.fish
Executable file
24
simulations/enzymeCost/staticCost/plot.fish
Executable file
@ -0,0 +1,24 @@
|
|||||||
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
|
echo "
|
||||||
|
set datafile separator \",\"
|
||||||
|
set xlabel '$argv[1]'
|
||||||
|
set ylabel '$argv[3]'
|
||||||
|
set term png
|
||||||
|
set output '$argv[5]'
|
||||||
|
set title '$argv[6]'
|
||||||
|
set key outside right
|
||||||
|
|
||||||
|
plot \
|
||||||
|
'0.00.avg' using $argv[2]:$argv[4] title '0.00' pt 5,\
|
||||||
|
'0.02.avg' using $argv[2]:$argv[4] title '0.02' pt 5,\
|
||||||
|
'0.04.avg' using $argv[2]:$argv[4] title '0.04' pt 5,\
|
||||||
|
'0.06.avg' using $argv[2]:$argv[4] title '0.06' pt 5,\
|
||||||
|
'0.08.avg' using $argv[2]:$argv[4] title '0.08' pt 5,\
|
||||||
|
'0.10.avg' using $argv[2]:$argv[4] title '0.10' pt 5,\
|
||||||
|
'0.12.avg' using $argv[2]:$argv[4] title '0.12' pt 5,\
|
||||||
|
'0.14.avg' using $argv[2]:$argv[4] title '0.14' pt 5,\
|
||||||
|
'0.16.avg' using $argv[2]:$argv[4] title '0.16' pt 5,\
|
||||||
|
'0.18.avg' using $argv[2]:$argv[4] title '0.18' pt 5,\
|
||||||
|
'0.20.avg' using $argv[2]:$argv[4] title '0.20' pt 5
|
||||||
|
" | gnuplot
|
Loading…
Reference in New Issue
Block a user