10 lines
197 B
Gnuplot
10 lines
197 B
Gnuplot
|
set terminal postscript enhanced
|
||
|
|
||
|
set nokey
|
||
|
|
||
|
|
||
|
set xlabel "Number of Participating Minions"
|
||
|
set ylabel "Interpolation Throughput (interpolations / second)"
|
||
|
|
||
|
plot 'scale.out' u 1:2 w lp t 'velocity'
|