52 lines
2.6 KiB
Gnuplot
52 lines
2.6 KiB
Gnuplot
set terminal epslatex size 3.4,2.8
|
|
set output "error_timed_nexus.tex"
|
|
|
|
set multiplot layout 2,1
|
|
set format y "\\footnotesize{%.1f m}"
|
|
set format x "\\footnotesize{%.0f s}"
|
|
set key horizontal
|
|
set yrange[0:16]
|
|
set xtics nomirror
|
|
set ytics nomirror
|
|
set key samplen 1.0 spacing 0.8 width -13
|
|
|
|
set lmargin 4.6
|
|
set tmargin 0.3
|
|
set rmargin 0.4
|
|
set bmargin 1.2
|
|
|
|
set object 1 rectangle from 0,0 to 20,17 fs solid noborder fc rgb "#eeeeee" behind
|
|
set label 1 "\\footnotesize{setup-phase}" at 9,1 rotate by 90 front
|
|
|
|
plot \
|
|
"data/err_bergwerk_path1_nexus_simple.dat" using ($1/100) with lines title "\\footnotesize{simple}\\hspace{-1.5mm}" lc rgb "#000000", \
|
|
"data/err_bergwerk_path1_nexus_multi.dat" using ($1/100) with lines title "\\footnotesize{multi}\\hspace{-1.5mm}" lc rgb "#0000cc", \
|
|
"data/err_bergwerk_path1_nexus_shortest.dat" using ($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", \
|
|
# "data/err_bergwerk_path2_nexus_multi.dat" using ($1/100) with lines title "multi-path", \
|
|
# "data/err_bergwerk_path2_nexus_shortest.dat" using ($1/100) with lines title "shortest-path", \
|
|
|
|
#plot \
|
|
# "data/err_bergwerk_path3_nexus_simple.dat" using ($1/100) with lines title "raw" lc rgb "#000000", \
|
|
# "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 3 rectangle from 106,0 to 116,15 fs solid noborder fc rgb "#eeeeee" behind
|
|
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
|
|
|
|
unset key
|
|
set yrange[0:13]
|
|
set xrange[0:150]
|
|
plot \
|
|
"data/err_bergwerk_path4_nexus_simple.dat" using ($0/2):($1/100) with lines title "\\footnotesize{simple}\\hspace{-1.5mm}" lc rgb "#000000", \
|
|
"data/err_bergwerk_path4_nexus_multi.dat" using ($0/2):($1/100) with lines title "\\footnotesize{multi}\\hspace{-1.5mm}" lc rgb "#0000cc", \
|
|
"data/err_bergwerk_path4_nexus_shortest.dat" using ($0/2):($1/100) with lines title "\\footnotesize{shortest}\\hspace{-1.5mm}" lc rgb "#cc0000", \
|