formats: clarify setting of reverse_bytes
[sox.git] / test / responseAB
blobc42e8b17fa35a0ddb043c929dae261cb211a0409
2 set autoscale
3 #set logscale x
4 set mxtics 5
5 set mytics 2
6 set grid xtics ytics
7 set grid mxtics mytics
8 show grid
9 plot [0:22050] 'A' using (22050*$1):2 title "A response" with lines,\
10               'B' using (22050*$1):2 title "B response" with lines
11 pause -1 "Hit return to continue"
12 quit
14 #set key outside below
15 #set key left box
16 #reset