changed output such that process comes first, then time, then progress. added3D plots
[yaz-moved-to-github.git] / zoom / zoom-benchmark.gpt
1
2 #
3 # $Id: zoom-benchmark.gpt,v 1.3 2005-09-15 20:51:16 marc Exp $
4 #
5
6 set title "Z39.50 connection plot"
7 #set style data fsteps
8 set xlabel "Connection"
9 set ylabel "Time Seconds"
10 set zlabel "Progress"
11 #set yrange [ 0 :  ]
12 #set zrange [ -9 :  ]
13 set grid
14 #set pm3d
15 #set multiplot
16
17 splot 'out.txt' using ($1):($2):($3) t '' with points
18 #splot 'out.txt' using ($1):($3) t '' with lines
19 pause -1 "Hit return to continue"
20
21
22 reset
23
24