unset autoscale x
set autoscale xmax
unset autoscale y
set autoscale ymax
set xlabel "Position GB"
set ylabel "MB/s"
set key right bottom
set title "RAID0 Speedup:  3 Spindles"
set terminal png
set output "raid0-zcav.png"
plot "raid0.zcav" title "RAID0 3 Spindles Max/Min=230/110","wd160.zcav" title "7200RPM WD1600AAJS Max/Min=77/37"
