smbinterp/plots/scalability/efficiency.plt
Stephen Mardson McQuay f47585735d made the labels of plots work better with how they are presented in the results chapter
--HG--
rename : plots/scalability/speedup.plt => plots/scalability/efficiency.plt
2011-05-30 22:49:24 -06:00

13 lines
182 B
Gnuplot

load '../main.plt'
set output 'efficiency.eps'
set nokey
set ylabel "Efficiency (E_p)"
set xlabel "Number of Participating Minions"
set yrange [0:1]
plot 'scale.out' u 1:3 w lp