set term pdf set output "EXP2.rosace+JPEG.pdf" set size ratio 0.7 #set xrange [0:7] #set yrange [0:1.01] #set xtics (1,2, 3, 4, 5, 6) set ytics 0, 2 set xtics 1 #set size ratio 1.1 set multiplot layout 1, 2 set ylabel "Missed deadlines" set xlabel "Confidentiality - Bell rules violations" #set key box out vert bot center unset key plot "whithout_comOverhead/filtered_front.1+2.dat" using 1:2 with linespoints lw 2 lc 8 title "no overhead", "With_comOverhead/filtered_front.1+2.dat" using 1:2 with linespoints lw 2 lc 9 title "with overhead" set key set size ratio 0.65 set ylabel "\n" set xlabel "Integrity - Biba rules violations" set yrange [ 0 : 8 ] #unset ytics unset ylabel #set key box out vert bot center plot "whithout_comOverhead/filtered_front.1+3.dat" using 1:2 with linespoints lw 2 lc 8 title "no overhead", "With_comOverhead/filtered_front.1+3.dat" using 1:2 with linespoints lw 2 lc 9 title "with overhead" unset multiplot