From 7580ea0656717799b2e94c9bf4e591454609cb41 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Thu, 14 Jan 2010 15:09:33 -0800 Subject: [PATCH] bumped up the default maxcurves setting --- feedGnuplot.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feedGnuplot.pl b/feedGnuplot.pl index da9979f..e944a66 100755 --- a/feedGnuplot.pl +++ b/feedGnuplot.pl @@ -85,7 +85,7 @@ As an example, if line 3 of the input is "0 9 1 20" --hardcopy xxx If not streaming, output to a file specified here. Format inferred from filename - --maxcurves xxx The maximum allowed number of curves. This is 10 by default, + --maxcurves xxx The maximum allowed number of curves. This is 100 by default, but can be reset with this option. This exists purely to prevent perl from allocating all of the system's memory when reading bogus data @@ -105,7 +105,7 @@ my %options = ( "stream" => 0, "ymax" => "", "y2min" => "", "y2max" => "", - "maxcurves" => 10); + "maxcurves" => 100); GetOptions(\%options, "stream!",