11 lines
169 B
Gnuplot
11 lines
169 B
Gnuplot
load '../main.plt'
|
|
|
|
set output 'speedup.eps'
|
|
|
|
set nokey
|
|
|
|
set ylabel "Speedup (S_p)"
|
|
set xlabel "Number of Participating Minions"
|
|
|
|
plot 'scale.out' u 1:2 w p t 'Speedup'
|