set title 'Record-size variation, pattern file pats/wrb+wrc'
set time
set ylabel "KB/s"
set xlabel "field 5"
set data style linespoints
plot '/tmp/dotrend/max' w lines 6,\
 '/tmp/dotrend/data.g.ns.rs.wrb' title 'g.ns.rs.wrb' w linesp 1 1,\
 '/tmp/dotrend/data.g.ns.rs.wrc' title 'g.ns.rs.wrc' w linesp 1 2,\
 '/tmp/dotrend/data.c.ns.rs.wrb' title 'c.ns.rs.wrb' w linesp 2 1,\
 '/tmp/dotrend/data.c.ns.rs.wrc' title 'c.ns.rs.wrc' w linesp 2 2,\
 '/tmp/dotrend/data.g.s.rs.wrb' title 'g.s.rs.wrb' w linesp 3 1,\
 '/tmp/dotrend/data.g.s.rs.wrc' title 'g.s.rs.wrc' w linesp 3 2,0 notitle
