ref: 2a5393e9cae6161ab39345f01a66233393b24b78
dir: /test/plotAB/
#
set autoscale
#set logscale x
set mxtics 5
set mytics 2
set grid xtics ytics
set grid mxtics mytics
show grid
plot [0:4000] 'A' using (4000*$1):2 title "A response" with lines,\
'A' using (4000*$1):3 title "A error" with lines,\
'B' using (4000*$1):2 title "B response" with lines,\
'B' using (4000*$1):3 title "B error" with lines
pause -1 "Hit return to continue"
quit
#set key outside below
#set key left box
#reset