X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=results%2Ffigures%2Fsyn-write.gnuplot;fp=results%2Ffigures%2Fsyn-write.gnuplot;h=995dbb30984dbf04d42c9eaa42202ab814ec26ac;hb=dac1ee4bb07162cd8ad264365f5357f89a4fc849;hp=9f1f81204e3a831f5dd8b6b64d306ba34c06b654;hpb=7b42e676a58d6b270c159d5b6b28e0b46407731b;p=bluesky.git diff --git a/results/figures/syn-write.gnuplot b/results/figures/syn-write.gnuplot index 9f1f812..995dbb3 100644 --- a/results/figures/syn-write.gnuplot +++ b/results/figures/syn-write.gnuplot @@ -8,5 +8,7 @@ set key bottom right set yrange [0:*] set output "syn-write.eps" set title "Latency vs. Write Rate with Constrained Upload" -plot "../20110405/synwrite-256M.data" using 1:($2*1000) with linespoints title "128 MB Write Buffer", \ - "../20110405/synwrite-2048M.data" using 1:($2*1000) with linespoints title "1 GB Write Buffer" +plot "../20110405/synwrite-256M-summary.data" using 1:($2*1000):($3*1000) with yerrorbars title "128 MB Write Buffer", \ + "../20110405/synwrite-2048M-summary.data" using 1:($2*1000):($3*1000) with yerrorbars title "1 GB Write Buffer", \ + "../20110405/synwrite-256M-summary.data" using 1:($2*1000) with lines lt 1 notitle, \ + "../20110405/synwrite-2048M-summary.data" using 1:($2*1000) with lines lt 2 notitle