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_front.1+2.dat" using 1:2 with linespoints lw 2 lc 8 title "Confidentiality", set ylabel "Missed deadlines" set xlabel "Biba rules violations" set key box out vert bot center plot "filtered_front.1+3.dat" using 1:2 with linespoints lw 2 lc 8 title "Integrity",