From c92e011de0bba735ceb7ac454f4528f47e68c312 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 18 Dec 2009 12:48:15 -0800 Subject: [PATCH] do not stream by default Ignore-this: f8099a01a733f1a660236e26b0897568 darcs-hash:20091218204815-0cb85-a3bc77724d36c755ebfaa61c5cf53c5b3bfe4f28.gz --- driveGnuPlots.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driveGnuPlots.pl b/driveGnuPlots.pl index 26e8738..6055af1 100755 --- a/driveGnuPlots.pl +++ b/driveGnuPlots.pl @@ -62,9 +62,9 @@ As an example, if line 3 of the input is "0 9 1 20" debugging. OEF -# stream in the data by default +# do not stream in the data by default # point plotting by default -my %options = ( "stream" => 1, +my %options = ( "stream" => 0, "domain" => 0, "dataindex" => 0, "points" => 0,