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
Updating osxbuild to work with OS X 10.7+/XCode 4.x.
[sox.git]
/
test
/
plotA
blob
389d55bef2f694c5843278128c84deb65d75e7cf
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 "response" with lines,\
10
'A' using (22050*$1):3 title "error" with lines
11
pause -1 "Hit return to continue"
12
quit
13
14
#set key outside below
15
#set key left box
16
#reset