smbinterp/plots/scale.plt

12 lines
230 B
Gnuplot
Raw Normal View History

2011-05-25 18:56:54 -07:00
set terminal postscript enhanced
# set nokey
# set log xy
set xlabel "Number of Participating Minions"
set ylabel "Interpolation Throughput"
plot 'scale.out' u 1:2 w lp t 'velocity'\
# ,'' u 1:3 w lp t 'Speedup'