eval parts written and refactored

completely changed the eval gfx
This commit is contained in:
2016-02-13 11:53:43 +01:00
parent c12502cf8b
commit 601a7161e5
8 changed files with 7630 additions and 1109 deletions

View File

@@ -1,7 +1,8 @@
set terminal epslatex size 3.4,2.8
#set terminal epslatex size 3.4,2.8
set terminal epslatex size 3.4,1.4
set output "error_timed_nexus.tex"
set multiplot layout 2,1
#set multiplot layout 2,1
set format y "\\footnotesize{%.1f m}"
set format x "\\footnotesize{%.0f s}"
set key horizontal
@@ -16,28 +17,28 @@ set tmargin 0.3
set rmargin 0.4
set bmargin 1.2
set object 1 rectangle from 0,0 to 13,17 fs solid noborder fc rgb "#eeeeee" behind # standing
set label 1 "\\footnotesize{1}" at 6.5,2 center rotate by 0 front
#set object 1 rectangle from 0,0 to 13,17 fs solid noborder fc rgb "#eeeeee" behind # standing
#set label 1 "\\footnotesize{1}" at 6.5,2 center rotate by 0 front
set object 2 rectangle from 13,0 to 34,17 fs solid noborder fc rgb "#dddddd" behind # walk towards stair
set label 2 "\\footnotesize{2}" at 23.5,13 center rotate by 0 front
#set object 2 rectangle from 13,0 to 34,17 fs solid noborder fc rgb "#dddddd" behind # walk towards stair
#set label 2 "\\footnotesize{2}" at 23.5,13 center rotate by 0 front
set object 3 rectangle from 34,0 to 45,17 fs solid noborder fc rgb "#eeeeee" behind # walk down the stair
set label 3 "\\footnotesize{3}" at 39.5,13 center rotate by 0 front
#set object 3 rectangle from 34,0 to 45,17 fs solid noborder fc rgb "#eeeeee" behind # walk down the stair
#set label 3 "\\footnotesize{3}" at 39.5,13 center rotate by 0 front
set object 4 rectangle from 45,0 to 62,17 fs solid noborder fc rgb "#dddddd" behind # walk straight
set label 4 "\\footnotesize{4}" at 53.5,13 center rotate by 0 front
#set object 4 rectangle from 45,0 to 62,17 fs solid noborder fc rgb "#dddddd" behind # walk straight
#set label 4 "\\footnotesize{4}" at 53.5,13 center rotate by 0 front
set object 5 rectangle from 62,0 to 78,17 fs solid noborder fc rgb "#eeeeee" behind # change side of floor
set label 5 "\\footnotesize{5}" at 70,13 center rotate by 0 front
#set object 5 rectangle from 62,0 to 78,17 fs solid noborder fc rgb "#eeeeee" behind # change side of floor
#set label 5 "\\footnotesize{5}" at 70,13 center rotate by 0 front
set object 6 rectangle from 78,0 to 90,17 fs solid noborder fc rgb "#dddddd" behind # walk straight
set label 6 "\\footnotesize{6}" at 84.5,8 center rotate by 0 front
#set object 6 rectangle from 78,0 to 90,17 fs solid noborder fc rgb "#dddddd" behind # walk straight
#set label 6 "\\footnotesize{6}" at 84.5,8 center rotate by 0 front
plot \
"data/err_bergwerk_path1_nexus_simple.dat" using ($0/2):($1/100) with lines title "\\footnotesize{simple}\\hspace{-1.5mm}" lc rgb "#000000", \
"data/err_bergwerk_path1_nexus_multi.dat" using ($0/2):($1/100) with lines title "\\footnotesize{multi}\\hspace{-1.5mm}" lc rgb "#0000cc", \
"data/err_bergwerk_path1_nexus_shortest.dat" using ($0/2):($1/100) with lines title "\\footnotesize{shortest}\\hspace{-1.5mm}" lc rgb "#cc0000", \
#plot \
# "data/err_bergwerk_path1_nexus_simple.dat" using ($0/2):($1/100) with lines title "\\footnotesize{simple}\\hspace{-1.5mm}" lc rgb "#000000", \
# "data/err_bergwerk_path1_nexus_multi.dat" using ($0/2):($1/100) with lines title "\\footnotesize{multi}\\hspace{-1.5mm}" lc rgb "#0000cc", \
# "data/err_bergwerk_path1_nexus_shortest.dat" using ($0/2):($1/100) with lines title "\\footnotesize{shortest}\\hspace{-1.5mm}" lc rgb "#cc0000", \
#plot \
# "data/err_bergwerk_path2_nexus_simple.dat" using ($1/100) with lines title "raw" lc rgb "#000000", \
@@ -49,13 +50,7 @@ plot \
# "data/err_bergwerk_path3_nexus_multi.dat" using ($1/100) with lines title "multi-path", \
# "data/err_bergwerk_path3_nexus_shortest.dat" using ($1/100) with lines title "shortest-path", \
#set object 1 rectangle from 0,0 to 20,15 fs solid noborder fc rgb "#eeeeee" behind
#set label 1 "\\footnotesize{setup-phase}" at 9,1 rotate by 90 front
#set object 2 rectangle from 40,0 to 60,15 fs solid noborder fc rgb "#eeeeee" behind
#set label 2 "\\footnotesize{ignoring}" at 46,7.4 rotate by 90 front
#set label 3 "\\footnotesize{path}" at 52,7.4 rotate by 90 front
#set object 4 rectangle from 128,0 to 138,15 fs solid noborder fc rgb "#eeeeee" behind
#set label 4 "\\footnotesize{multimodality}" at 142,4.4 rotate by 90 front
set object 1 rectangle from 0,0 to 14,15 fs solid noborder fc rgb "#eeeeee" behind # standing
set label 1 "\\footnotesize{1}" at 7,2 center rotate by 0 front