added a -g switch for gnuplot instructions in output. This way, the outpit stream...
[yaz-moved-to-github.git] / zoom / zoom-benchmark.gpt
diff --git a/zoom/zoom-benchmark.gpt b/zoom/zoom-benchmark.gpt
deleted file mode 100644 (file)
index 31eb58f..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-
-#
-# $Id: zoom-benchmark.gpt,v 1.6 2005-09-20 11:29:03 marc Exp $
-#
-
-set title "Z39.50 connection plot"
-set xlabel "Connection"
-set ylabel "Time Seconds"
-set zlabel "Progress"
-#set yrange [ 0 :  ]
-#set zrange [ -9 :  ]
-set ticslevel 0
-#set hidden3d
-set grid
-set pm3d
-splot 'out.txt' using ($1):($2):($3) t '' with points
-#splot 'out.txt' using ($1):($2):($3) t '' with linespoints
-pause -1 "Hit return to continue"
-
-
-reset
-
-