1 set terminal postscript eps 20
2 set output "ErrorNbIterationCompar.ps"
4 set xlabel "Iteration Number"; set ylabel "Mean Error"
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"