Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1328
| From | Hans-Bernhard Bröker <HBBroeker@t-online.de> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Nested load and depth limit |
| Date | 2012-08-15 18:45 +0200 |
| Message-ID | <a9220nF7qkU2@mid.dfncis.de> (permalink) |
| References | <e1a6322e-2082-49bd-9e0f-1dc5619fc0d8@googlegroups.com> |
On 15.08.2012 16:04, sam030@gmail.com wrote: > my current gnuplot script uses nested load in order to iterate through my many data files. > > When I use gnuplot 4.6 with around 250 files I reach an error : "load/eval nested too deeply" > Does anyone know a way to change the limit of nested load ? You don't. What you should do instead is get rid of your use of nesting to replace loops. You're already using gnuplot-4.6, so maybe you should use the built-in loop support. Or at least use a proper reread loop instead of infinite recursion.
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Nested load and depth limit sam030@gmail.com - 2012-08-15 07:04 -0700
Re: Nested load and depth limit Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2012-08-15 18:45 +0200
Re: Nested load and depth limit sam030@gmail.com - 2012-08-15 12:03 -0700
csiph-web