mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
do not stream by default
Ignore-this: f8099a01a733f1a660236e26b0897568 darcs-hash:20091218204815-0cb85-a3bc77724d36c755ebfaa61c5cf53c5b3bfe4f28.gz
This commit is contained in:
parent
598a912fbf
commit
c92e011de0
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user