1 set terminal postscript eps
2 set output "DynamicComparison.ps"
3 set xlabel "Probability of link failure"; set ylabel "Number of iterations"
10 #plot "SimulatedTimeAsynch-50-Proba" with lines smooth bezier title "Asynchron Ratio 2 density 50 runs 50"
11 plot "MoyennIterAsynch-50-Proba" smooth bezier title "Our approach", "MoyenXiao" smooth bezier title "Metropolis Approach"