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

Private GIT Repository
Added reviewers comments.
[fusion.git] / chapitre-2009 / fixe / pl.plot
1 set terminal postscript eps 20
2 set output "ErrorNbIterationCompar.ps"
3 set logscale y
4 set xlabel "Iteration Number"; set ylabel "Mean Error"
5 set xrange[1:130]
6 #set yrange[0:1]
7 #set xtics 10
8 #set ytics 0.01
9 #set size ratio 1
10 #set size square 0.7,1
11 plot "MoyennIterAsynch-50-Err" with lines smooth bezier title "Our approach", "MoyenXIAO" with lines smooth bezier title "Metropolis Approach"