repo.or.cz
/
sox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
formats: clarify setting of reverse_bytes
[sox.git]
/
test
/
responseAB
blob
c42e8b17fa35a0ddb043c929dae261cb211a0409
1
#
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
13
14
#set key outside below
15
#set key left box
16
#reset