set term pdf set output "EXP3.synthetic2partitions.pdf" #set size 1.5,1 #set xrange [0:7] #set xtics (1,2, 3, 4, 5, 6) #set ytics 0.1 set multiplot layout 2, 2 unset xlabel set ylabel "Missed deadlines\nno overhead" unset key set xrange [0:6] set yrange [0:12] plot "without_overhead/plot/filtered_t15u40.1+2.dat" using 1:2 with linespoints lw 2 lc 7 title "40%", \ "without_overhead/plot/filtered_t15u50.1+2.dat" using 1:2 with linespoints lw 2 lc 10 title "50%", \ "without_overhead/plot/filtered_t15u60.1+2.dat" using 1:2 with linespoints lw 2 lc 8 title "60%", \ "without_overhead/plot/filtered_t15u70.1+2.dat" using 1:2 with linespoints lw 2 lc 7 title "70%", \ "without_overhead/plot/filtered_t15u80.1+2.dat" using 1:2 with linespoints lw 2 lc 10 title "80%", \ "without_overhead/plot/filtered_t15u90.1+2.dat" using 1:2 with linespoints lw 2 lc 11 title "90%" unset ylabel set key box width 2 at 6, 12 #set key box at 6, 12 plot "without_overhead/plot/filtered_t15u40.1+3.dat" using 1:2 with linespoints lw 2 lc 7 title "40%", \ "without_overhead/plot/filtered_t15u50.1+3.dat" using 1:2 with linespoints lw 2 lc 10 title "50%", \ "without_overhead/plot/filtered_t15u60.1+3.dat" using 1:2 with linespoints lw 2 lc 8 title "60%", \ "without_overhead/plot/filtered_t15u70.1+3.dat" using 1:2 with linespoints lw 2 lc 7 title "70%", \ "without_overhead/plot/filtered_t15u80.1+3.dat" using 1:2 with linespoints lw 2 lc 10 title "80%", \ "without_overhead/plot/filtered_t15u90.1+3.dat" using 1:2 with linespoints lw 2 lc 11 title "90%" unset key set ylabel "Missed deadlines\nwith overhead" set xlabel "Confidentiality - Bell rules violations" plot "with_overhead/plot/filtered_t15u40.1+2.dat" using 1:2 with linespoints lw 2 lc 7 title "40%", \ "with_overhead/plot/filtered_t15u50.1+2.dat" using 1:2 with linespoints lw 2 lc 10 title "50%", \ "with_overhead/plot/filtered_t15u60.1+2.dat" using 1:2 with linespoints lw 2 lc 8 title "60%", \ "with_overhead/plot/filtered_t15u70.1+2.dat" using 1:2 with linespoints lw 2 lc 7 title "70%", \ "with_overhead/plot/filtered_t15u80.1+2.dat" using 1:2 with linespoints lw 2 lc 10 title "80%", \ "with_overhead/plot/filtered_t15u90.1+2.dat" using 1:2 with linespoints lw 2 lc 11 title "90%" unset ylabel set xlabel "Integrity - Biba rules violations" plot "with_overhead/plot/filtered_t15u40.1+3.dat" using 1:2 with linespoints lw 2 lc 7 title "40%", \ "with_overhead/plot/filtered_t15u50.1+3.dat" using 1:2 with linespoints lw 2 lc 10 title "50%", \ "with_overhead/plot/filtered_t15u60.1+3.dat" using 1:2 with linespoints lw 2 lc 8 title "60%", \ "with_overhead/plot/filtered_t15u70.1+3.dat" using 1:2 with linespoints lw 2 lc 7 title "70%", \ "with_overhead/plot/filtered_t15u80.1+3.dat" using 1:2 with linespoints lw 2 lc 10 title "80%", \ "with_overhead/plot/filtered_t15u90.1+3.dat" using 1:2 with linespoints lw 2 lc 11 title "90%" #set yrange [ 0 : 8 ] #unset ytics #set key box out vert bot center unset multiplot