Master Thesis as published at INS in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
858 B

set terminal pngcairo transparent enhanced font "roboto sans,20" fontscale 2.0 size 1600, 1200
set output 'amd1-ima-fix.png'
set style fill solid 1.00 border lt -1
set key fixed left top vertical Left noreverse noenhanced autotitle nobox
set xlabel "runs"
set xtics border in scale 0,0 nomirror autojustify
set xtics norangelimit
set xtics 2000
set ytics 1
set ylabel "seconds"
set xrange [ * : * ] noreverse writeback
set yrange [ 0.00000 : 12. ] noreverse writeback
set title "System 1 IMA fix" font "roboto sans,25"
plot 'amd1-ima-fix.dat' using 1:5 t "Sensor send" w filledcurves x1 linestyle 5, \
'amd1-ima-fix.dat' using 1:4 t "Sensor collect" w filledcurves x1 linestyle 4, \
'amd1-ima-fix.dat' using 1:3 t "Sensor embed" w filledcurves x1 linestyle 3, \
'amd1-ima-fix.dat' using 1:2 t "Sensor capture" w filledcurves x1 linestyle 2