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.
16 lines
850 B
16 lines
850 B
set terminal pngcairo transparent enhanced font "roboto sans,20" fontscale 2.0 size 1600, 1200
|
|
set output 'intel2-ima-fix.png'
|
|
set style fill solid 1.00 border lt -1
|
|
set key fixed left top vertical Left noreverse noenhanced autotitle nobox
|
|
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 3 IMA fix" font "roboto sans,25"
|
|
plot 'intel2-ima-fix.dat' using 1:5 t "Sensor send" w filledcurves x1 linestyle 5, \
|
|
'intel2-ima-fix.dat' using 1:4 t "Sensor collect" w filledcurves x1 linestyle 4, \
|
|
'intel2-ima-fix.dat' using 1:3 t "Sensor embed" w filledcurves x1 linestyle 3, \
|
|
'intel2-ima-fix.dat' using 1:2 t "Sensor capture" w filledcurves x1 linestyle 2
|
|
|