smbinterp/plots/scalability/speedup.plt

11 lines
170 B
Gnuplot
Raw Normal View History

2011-05-29 20:31:53 -07:00
set terminal postscript enhanced
set nokey
set xlabel "Number of Participating Minions"
set ylabel "Speedup (S_p)"
set log xy
plot 'scale.out' u 1:3 w lp t 'Speedup'