made progres linearly increasing, and added gnuplot file
[yaz-moved-to-github.git] / zoom / zoom-benchmark.gpt
diff --git a/zoom/zoom-benchmark.gpt b/zoom/zoom-benchmark.gpt
new file mode 100644 (file)
index 0000000..7446eb5
--- /dev/null
@@ -0,0 +1,34 @@
+
+#
+# $Id: zoom-benchmark.gpt,v 1.1 2005-09-15 10:38:03 marc Exp $
+#
+
+set title "Z39.50 connection plot"
+#set style data fsteps
+set xlabel "Time Seconds"
+set ylabel "Progress"
+#set timefmt "%d/%m/%y\t%H%M"
+set yrange [ -9 :  ]
+#set xdata time
+#set xrange [ "1/6/93":"1/11/93" ]
+#set ylabel "Concentration\nmg/l"
+#set format x "%d/%m\n%H:%M"
+set grid
+#set multiplot
+#set key left
+#plot 'out.txt' using 1:3 t '', \
+#     'out.txt' using 1:3 t 'Total P' with points, \
+#     'out.txt' using 1:4 t '', \
+#     'out.txt' using 1:4 t 'PO4' with points 
+
+#if ( $2 = 3 ) plot 'out.txt' using 1:3
+#plot 'out.txt' using ($1):($2==3 ? $3 : 1/0)
+#plot 'out.txt' using 1:3 t '' with points
+#plot 'out.txt' using ($1):($3) t '' with points
+plot 'out.txt' using ($1):($3) t '' with lines
+pause -1 "Hit return to continue"
+
+
+reset
+
+