9 plot [0:4000] 'A' using (4000*$1):2 title "A response" with lines,\
10 'A' using (4000*$1):3 title "A error" with lines,\
11 'B' using (4000*$1):2 title "B response" with lines,\
12 'B' using (4000*$1):3 title "B error" with lines
13 pause -1 "Hit return to continue"
16 #set key outside below