X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=zoom%2Fzoom-benchmark.gpt;h=84155b78ad86e875b8946e1c705aa0d3df9a0847;hb=1172793f93230208d5b19c93a1d3c388060c91c8;hp=cd8524f3dc4c6fa800849e3259fa4c6820509b47;hpb=1632ffe4788128f6557bbaa9764e92493ae4934c;p=yaz-moved-to-github.git diff --git a/zoom/zoom-benchmark.gpt b/zoom/zoom-benchmark.gpt index cd8524f..84155b7 100644 --- a/zoom/zoom-benchmark.gpt +++ b/zoom/zoom-benchmark.gpt @@ -1,31 +1,19 @@ # -# $Id: zoom-benchmark.gpt,v 1.2 2005-09-15 11:14:22 marc Exp $ +# $Id: zoom-benchmark.gpt,v 1.5 2005-09-19 14:14:01 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 xlabel "Connection" +set ylabel "Time Seconds" +set zlabel "Progress" +#set yrange [ 0 : ] +#set zrange [ -9 : ] +#set ticslevel 0 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 +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"