set term pdf set output "EXP3.synthetic4partitions.pdf" set size ratio 1 #set xrange [0:7] #set xtics (1,2, 3, 4, 5, 6) #set ytics 0.1 set multiplot layout 1, 2 unset key set xrange [0:6] set yrange [0:8] set ylabel "Missed deadlines" set xlabel "Confidentiality - Bell rules violations" plot "plot/filtered_t15u40.1+2.dat" using 1:2 with linespoints lw 2 lc 7 title "40%", \ "plot/filtered_t15u50.1+2.dat" using 1:2 with linespoints lw 2 lc 10 title "50%", \ "plot/filtered_t15u60.1+2.dat" using 1:2 with linespoints lw 2 lc 8 title "60%", \ "plot/filtered_t15u70.1+2.dat" using 1:2 with linespoints lw 2 lc 7 title "70%", \ "plot/filtered_t15u80.1+2.dat" using 1:2 with linespoints lw 2 lc 10 title "80%", \ "plot/filtered_t15u90.1+2.dat" using 1:2 with linespoints lw 2 lc 11 title "90%" set size ratio 0.92 unset ylabel set xlabel "Integrity - Biba rules violations" set key box width 2 at 6, 8 plot "plot/filtered_t15u40.1+3.dat" using 1:2 with linespoints lw 2 lc 7 title "40%", \ "plot/filtered_t15u50.1+3.dat" using 1:2 with linespoints lw 2 lc 10 title "50%", \ "plot/filtered_t15u60.1+3.dat" using 1:2 with linespoints lw 2 lc 8 title "60%", \ "plot/filtered_t15u70.1+3.dat" using 1:2 with linespoints lw 2 lc 7 title "70%", \ "plot/filtered_t15u80.1+3.dat" using 1:2 with linespoints lw 2 lc 10 title "80%", \ "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