set term pdf set output "Exp_exhaustive_vs_paes.pdf" #set size 1.5,1 #set xrange [0:7] #set yrange [0:1.01] #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 -3 set ylabel "Missed deadlines" font ",10" offset 1 set xlabel "Confidentiality - BLP rules violations (app-grain)" font ",10" plot "filtered_Exhaustive.1+2.dat" using 1:2 with linespoints lw 2 lc 10 title "Exhaustive", \ "filtered_Task-grain.1+2.dat" using 1:2 with linespoints lw 2 lc 8 title "Task_grain", \ "filtered_App-grain.1+2.dat" using 1:2 with linespoints lw 2 lc 7 title "App_grain", \ "filtered_Mix-grain.1+2.dat" using 1:2 with linespoints lw 2 lc 12 title "Mix_grain", \ set ylabel "Missed deadlines" font ",10" offset 1 set xlabel "Integrity - Biba rules violations (app-grain)" font ",10" set nokey plot "filtered_Exhaustive.1+3.dat" using 1:2 with linespoints lw 2 lc 10 title "Exhaustive", \ "filtered_Task-grain.1+3.dat" using 1:2 with linespoints lw 2 lc 8 title "Task_grain", \ "filtered_App-grain.1+3.dat" using 1:2 with linespoints lw 2 lc 7 title "App_grain", \ "filtered_Mix-grain.1+3.dat" using 1:2 with linespoints lw 2 lc 12 title "Mix_grain", \