do not stream by default

Ignore-this: f8099a01a733f1a660236e26b0897568

darcs-hash:20091218204815-0cb85-a3bc77724d36c755ebfaa61c5cf53c5b3bfe4f28.gz
This commit is contained in:
Dima Kogan 2009-12-18 12:48:15 -08:00
parent 598a912fbf
commit c92e011de0

View File

@ -62,9 +62,9 @@ As an example, if line 3 of the input is "0 9 1 20"
debugging. debugging.
OEF OEF
# stream in the data by default # do not stream in the data by default
# point plotting by default # point plotting by default
my %options = ( "stream" => 1, my %options = ( "stream" => 0,
"domain" => 0, "domain" => 0,
"dataindex" => 0, "dataindex" => 0,
"points" => 0, "points" => 0,