set term pdf set output "exp1.pdf" #set size 1.5,1 set xrange [0:36] set yrange [0:51] #set xtics (1,2, 3, 4, 5, 6) #set multiplot layout 1, 2 #set ytics 0.1 set grid set key bot center out horizontal font ",10" #set key at screen 0.5, 0.0 center vertical height 1 box maxrows 3 set ylabel "Missed deadlines" font ",10" offset 1 set xlabel "Confidentiality rules violations" font ",10" #set multiplot layout 1,2 #set title "negligible overhead" plot "Exp1/plot/filtered_front_core1.1+2.dat" using 1:2 with linespoints pt 6 lw 2 lc 8 title "nb_cores = 1" , \ "Exp1/plot/filtered_front_core2.1+2.dat" using 1:2 with linespoints pt 5 lw 2 lc 3 title "nb_cores = 2" , \ "Exp1/plot/filtered_front_core3.1+2.dat" using 1:2 with linespoints pt 4 lw 2 lc 8 title "nb_cores = 3" , \ "Exp1/plot/filtered_front_core4.1+2.dat" using 1:2 with linespoints pt 3 lw 2 lc 3 title "nb_cores = 4", \ "Exp1/plot/filtered_front_core5.1+2.dat" using 1:2 with linespoints pt 2 lw 2 lc 7 title "nb_cores = 5", \ "Exp1/plot/filtered_front_core6.1+2.dat" using 1:2 with linespoints pt 1 lw 2 lc 10 title "nb_cores = 6", \ "Exp1/plot/filtered_front_core7.1+2.dat" using 1:2 with linespoints pt 7 lw 2 lc 12 title "nb_cores = 7", \ "Exp1/plot/filtered_front_core8.1+2.dat" using 1:2 with linespoints pt 8 lw 2 lc 7 title "nb_cores = 8", \ "Exp1/plot/filtered_front_core9.1+2.dat" using 1:2 with linespoints pt 9 lw 2 lc 12 title "nb_cores = 9", \ "Exp1/plot/filtered_front_core10.1+2.dat" using 1:2 with linespoints pt 10 lw 2 lc 8 title "nb_cores = 10", \ "Exp1/plot/filtered_front_core11.1+2.dat" using 1:2 with linespoints pt 11 lw 2 lc 8 title "nb_cores = 11", \ "Exp1/plot/filtered_front_core12.1+2.dat" using 1:2 with linespoints pt 12 lw 2 lc 8 title "nb_cores = 12", \ "Exp1/plot/filtered_front_core13.1+2.dat" using 1:2 with linespoints pt 13 lw 2 lc 8 title "nb_cores = 13" set key outside vertical unset multiplot