made progres linearly increasing, and added gnuplot file
[yaz-moved-to-github.git] / zoom / zoom-benchmark.gpt
1
2 #
3 # $Id: zoom-benchmark.gpt,v 1.1 2005-09-15 10:38:03 marc Exp $
4 #
5
6 set title "Z39.50 connection plot"
7 #set style data fsteps
8 set xlabel "Time Seconds"
9 set ylabel "Progress"
10 #set timefmt "%d/%m/%y\t%H%M"
11 set yrange [ -9 :  ]
12 #set xdata time
13 #set xrange [ "1/6/93":"1/11/93" ]
14 #set ylabel "Concentration\nmg/l"
15 #set format x "%d/%m\n%H:%M"
16 set grid
17 #set multiplot
18 #set key left
19 #plot 'out.txt' using 1:3 t '', \
20 #     'out.txt' using 1:3 t 'Total P' with points, \
21 #     'out.txt' using 1:4 t '', \
22 #     'out.txt' using 1:4 t 'PO4' with points 
23
24 #if ( $2 = 3 ) plot 'out.txt' using 1:3
25 #plot 'out.txt' using ($1):($2==3 ? $3 : 1/0)
26 #plot 'out.txt' using 1:3 t '' with points
27 #plot 'out.txt' using ($1):($3) t '' with points
28 plot 'out.txt' using ($1):($3) t '' with lines
29 pause -1 "Hit return to continue"
30
31
32 reset
33
34