set term pdf set output "Exp_Rosace+JPEG_app_grain.pdf" #set size 1.5,1 set xrange [0:7] set yrange [0:10] set xtics (1,2, 3, 4, 5, 6) set multiplot layout 1, 2 #set ytics 0.1 set ylabel "Missed deadlines" font ",10" offset 1 set xlabel "Confidentiality - BLP rules violations (app-grain)" font ",10" plot "filtered_front.1+2.dat" using 1:2 with linespoints lw 2 lc 8 notitle, set ylabel "Missed deadlines" set xlabel "Integrity - Biba rules violations (app-grain)" font ",10" plot "filtered_front.1+3.dat" using 1:2 with linespoints lw 2 lc 8 notitle,