12 lines
230 B
Gnuplot
12 lines
230 B
Gnuplot
|
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'
|