counting ewrror corrected such that multiple repeats do work correctly
[yaz-moved-to-github.git] / zoom / zoom-benchmark.gpt
1
2 #
3 # $Id: zoom-benchmark.gpt,v 1.6 2005-09-20 11:29:03 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 hidden3d
14 set grid
15 set pm3d
16 splot 'out.txt' using ($1):($2):($3) t '' with points
17 #splot 'out.txt' using ($1):($2):($3) t '' with linespoints
18 pause -1 "Hit return to continue"
19
20
21 reset
22
23