# plot the convergence properties # set term x11 # set term pbm set term gif size 400,300 set out 'convergence.gif' set data style linespoints set title "Iteration Count vs. Area Uncertainty" set xlabel "log (fraction undecided)" set ylabel "log (max iterations)" set key left set xrange [] reverse plot "convergence.dat" using (log($4)):(log($1)) title "max iterations" # plot "convergence.dat" using (log($1)):(log($1) * log($1)) # pause 1000