11 lines
208 B
Gnuplot
11 lines
208 B
Gnuplot
load '../main.plt'
|
|
|
|
set output 'thruput.eps'
|
|
|
|
set nokey
|
|
|
|
set xlabel "Number of Participating Minions"
|
|
set ylabel "Interpolation Throughput (interpolations / second)"
|
|
|
|
plot 'scale.out' u 1:2 w lp t 'velocity'
|