From: Marc Cromme Date: Thu, 15 Sep 2005 11:14:22 +0000 (+0000) Subject: use points, no lines X-Git-Tag: YAZ.2.1.10~63 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=1632ffe4788128f6557bbaa9764e92493ae4934c use points, no lines --- diff --git a/zoom/zoom-benchmark.gpt b/zoom/zoom-benchmark.gpt index 7446eb5..cd8524f 100644 --- a/zoom/zoom-benchmark.gpt +++ b/zoom/zoom-benchmark.gpt @@ -1,6 +1,6 @@ # -# $Id: zoom-benchmark.gpt,v 1.1 2005-09-15 10:38:03 marc Exp $ +# $Id: zoom-benchmark.gpt,v 1.2 2005-09-15 11:14:22 marc Exp $ # set title "Z39.50 connection plot" @@ -24,8 +24,8 @@ set grid #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 +plot 'out.txt' using ($1):($3) t '' with points +#plot 'out.txt' using ($1):($3) t '' with lines pause -1 "Hit return to continue"