set term pdf set output "frontsBell+Missed.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 ylabel "Missed deadlines" set xlabel "Bell rules violations" set key box out vert bot center plot "filtered_t15u40.1+2.dat" using 1:2 with linespoints lw 2 lc 7 title "15 t 40 u", \ "filtered_t15u50.1+2.dat" using 1:2 with linespoints lw 2 lc 10 title "15 t 50 u", \ "filtered_t15u60.1+2.dat" using 1:2 with linespoints lw 2 lc 8 title "15 t 60 u", \ "filtered_t15u70.1+2.dat" using 1:2 with linespoints lw 2 lc 7 title "15 t 70 u", \ "filtered_t15u80.1+2.dat" using 1:2 with linespoints lw 2 lc 10 title "15 t 80 u", \ "filtered_t15u90.1+2.dat" using 1:2 with linespoints lw 2 lc 11 title "15 t 90 u" set ylabel "Missed deadlines" set xlabel "Biba rules violations" set key box out vert bot center plot "filtered_t15u40.1+2.dat" using 1:2 with linespoints lw 2 lc 7 title "15 t 40 u", \ "filtered_t15u50.1+3.dat" using 1:2 with linespoints lw 2 lc 10 title "15 t 50 u", \ "filtered_t15u60.1+3.dat" using 1:2 with linespoints lw 2 lc 8 title "15 t 60 u", \ "filtered_t15u70.1+3.dat" using 1:2 with linespoints lw 2 lc 7 title "15 t 70 u", \ "filtered_t15u80.1+3.dat" using 1:2 with linespoints lw 2 lc 10 title "15 t 80 u", \ "filtered_t15u90.1+3.dat" using 1:2 with linespoints lw 2 lc 11 title "15 t 90 u"