set term pdf set output "Exp_6app_U_variation_mix_grain.pdf" #set size 1.5,1 #set xrange [0:7] set yrange [0:30] #set xtics (1,2, 3, 4, 5, 6) #set ytics 0.1 set multiplot layout 1, 2 set key box samplen 1 spacing .8 font ",8" width -5 set ylabel "Missed deadlines" font ",10" offset 1 set xlabel "Confidentiality - BLP rules violations (mix-grain)" font ",10" plot "filtered_t41u50.1+2.dat" using 1:2 with linespoints lw 2 lc 10 title "41 t 50 u", \ "filtered_t41u60.1+2.dat" using 1:2 with linespoints lw 2 lc 8 title "41 t 60 u", \ "filtered_t41u70.1+2.dat" using 1:2 with linespoints lw 2 lc 7 title "41 t 70 u", \ "filtered_t41u80.1+2.dat" using 1:2 with linespoints lw 2 lc 10 title "41 t 80 u", \ "filtered_t41u90.1+2.dat" using 1:2 with linespoints lw 2 lc 11 title "41 t 90 u", \ "filtered_t41u100.1+2.dat" using 1:2 with linespoints lw 2 lc 12 title "41 t 100 u" set ylabel "Missed deadlines" font ",10" offset 1 set xlabel "Integrity - Biba rules violations (mix-grain)" font ",10" set nokey plot "filtered_t41u50.1+3.dat" using 1:2 with linespoints lw 2 lc 10 title "41 t 50 u", \ "filtered_t41u60.1+3.dat" using 1:2 with linespoints lw 2 lc 8 title "41 t 60 u", \ "filtered_t41u70.1+3.dat" using 1:2 with linespoints lw 2 lc 7 title "41 t 70 u", \ "filtered_t41u80.1+3.dat" using 1:2 with linespoints lw 2 lc 10 title "41 t 80 u", \ "filtered_t41u90.1+3.dat" using 1:2 with linespoints lw 2 lc 11 title "41 t 90 u", \ "filtered_t41u100.1+3.dat" using 1:2 with linespoints lw 2 lc 12 title "41 t 100 u"