From 1632ffe4788128f6557bbaa9764e92493ae4934c Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Thu, 15 Sep 2005 11:14:22 +0000 Subject: [PATCH] use points, no lines --- zoom/zoom-benchmark.gpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 1.7.10.4