load '../main.plt' set output 'server.eps' set nokey set xlabel "Number of Participating Minions" set ylabel "Approximate CPU utilization (% CPU)" set yrange [0:210] plot 'server.out' u 1:2 w lp t 'Speedup'