set terminal postscript eps set output "DynamicComparison.ps" set xlabel "Probability of link failure"; set ylabel "Number of iterations" set xrange[0:0.5] set yrange[60:200] set xtics 0.1 set ytics 20 #set size ratio 1 #set size square 0.7,1 #plot "SimulatedTimeAsynch-50-Proba" with lines smooth bezier title "Asynchron Ratio 2 density 50 runs 50" plot "MoyennIterAsynch-50-Proba" smooth bezier title "Our approach", "MoyenXiao" smooth bezier title "Metropolis Approach"