]> AND Private Git Repository - fusion.git/blob - chapitre-2009/dynamic/pl.plot
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Added book chapter submitted in 2009 and rejected in 2010.
[fusion.git] / chapitre-2009 / dynamic / pl.plot
1 set terminal postscript eps
2 set output "DynamicComparison.ps"
3 set xlabel "Probability of link failure"; set ylabel "Number of iterations"
4 set xrange[0:0.5]
5 set yrange[60:200]
6 set xtics 0.1
7 set ytics 20
8 #set size ratio 1
9 #set size square 0.7,1
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"