1# 2set autoscale 3#set logscale x 4set mxtics 5 5set mytics 2 6set grid xtics ytics 7set grid mxtics mytics 8show grid 9plot [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 13pause -1 "Hit return to continue" 14quit 15 16#set key outside below 17#set key left box 18#reset 19