#set term pdf font ",14" set term pdf set output "exhaustive_vs_paes.pdf" set size ratio 0.7 #set xrange [0:7] set xtics 1 set ytics 1 set multiplot layout 1, 2 #unset key set key box at 1.5,1 set xrange [0:2] set yrange [0:4] set ylabel "Missed\ndeadlines" set xlabel "Confidentiality - Bell rules violations" plot "plot/filtered_exhaustive.1+2.dat" using 1:2 with linespoints lw 2 lc 7 title "Exhaustive", \ "plot/filtered_paes.1+2.dat" using 1:2 with linespoints lw 2 lc 10 title "PAES", \ unset ylabel set key box at 1.5,1 set ylabel " \n " set xlabel "Integrity - Biba rules violations" plot "plot/filtered_exhaustive.1+3.dat" using 1:2 with linespoints lw 2 lc 7 title "Exhaustive", \ "plot/filtered_paes.1+3.dat" using 1:2 with linespoints lw 2 lc 10 title "PAES", \ #set yrange [ 0 : 8 ] #unset ytics #set key box out vert bot center unset multiplot