set term pdf set output "Exp_2part_Vs_4part_90.pdf" #set size 1.5,1 #set xrange [0:7] set yrange [0:16] #set xtics (1,2, 3, 4, 5, 6) #set ytics 0.1 set multiplot layout 1, 2 set ylabel "Missed deadlines" offset 1 set xlabel "Confidentiality - BLP rules violations (mix-grain)" font ",10" set key box samplen 1 spacing .8 font ",8" width -10 plot "filtered_t41u90_p2.1+2.dat" using 1:2 with linespoints lw 2 lc 7 title "41 t 90 u partition 2", \ "filtered_t41u90_p4.1+2.dat" using 1:2 with linespoints lw 2 lc 8 title "41 t 90 u partition 4" set ylabel "Missed deadlines" offset 1 set xlabel "Integrity - Biba rules violations (mix-grain)" font ",10" set nokey plot "filtered_t41u90_p2.1+3.dat" using 1:2 with linespoints lw 2 lc 7 title "41 t 90 u partition 2", \ "filtered_t41u90_p4.1+3.dat" using 1:2 with linespoints lw 2 lc 8 title "41 t 90 u partition 4"