f41f1c3f8f5c4c01e5578fa64664dbc0958e096d
[yaz-moved-to-github.git] / zoom / zoom-benchmark.gpt
1
2 #
3 # $Id: zoom-benchmark.gpt,v 1.4 2005-09-16 06:57:21 marc Exp $
4 #
5
6 set title "Z39.50 connection plot"
7 set xlabel "Connection"
8 set ylabel "Time Seconds"
9 set zlabel "Progress"
10 #set yrange [ 0 :  ]
11 #set zrange [ -9 :  ]
12 #set  ticslevel 0
13 set grid
14 splot 'out.txt' using ($1):($2):($3) t '' with points
15 #splot 'out.txt' using ($1):($3) t '' with lines
16 pause -1 "Hit return to continue"
17
18
19 reset
20
21