Updating osxbuild to work with OS X 10.7+/XCode 4.x.
[sox.git] / test / plotA
blob389d55bef2f694c5843278128c84deb65d75e7cf
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
14 #set key outside below
15 #set key left box
16 #reset