set terminal latex
set output "plot.tex"
set size 1.02, 1.05

set xlabel "Number of disks"
set ylabel "Mbytes/s"

set title 'Throughput of TC and DDIO on contiguous layout, varying number of disks'

set key 30,4

set data style linespoints

set label "Max bandwidth" at 15,10.4

#
# NOTE that only one DDIO curve is plotted, since they all had 
# essentially the same data.
#

plot [0:34] [0:11] 'max'  notitle w lines 3,\
 'data.DDIO.wrn' title 'DDIO (all)' w lines 1,\
 'data.TC.wrlw' title 'TC \wrlw/' w linesp 2 1,\
 'data.TC.wrn' title 'TC \wrn/' w linesp 2 2,\
 'data.TC.wrb' title 'TC \wrb/' w linesp 2 3,\
 'data.TC.wrc' title 'TC \wrc/' w linesp 2 4
