hcom: fix crash on input with corrupt dictionary (CVE-2017-11358)
[sox.git] / test / plotAB
blob4ae1475204f4b56e723535b4805fc437136c6430
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:4000] 'A' using (4000*$1):2 title "A response" with lines,\
10               'A' using (4000*$1):3 title "A error" with lines,\
11               'B' using (4000*$1):2 title "B response" with lines,\
12               'B' using (4000*$1):3 title "B  error" with lines
13 pause -1 "Hit return to continue"
14 quit
16 #set key outside below
17 #set key left box
18 #reset