|
From: Ethan M. <merritt@u.washington.edu> - 2009-08-07 15:50:00
|
On Friday 07 August 2009, Shigeharu TAKENO wrote: > shige 08/07 2009 > ---------------- > > In docs/gnuplot.doc of current CVS version > > C RCS $Id: gnuplot.doc,v 1.577 2009/08/05 04:16:49 sfeam Exp $ > > I found the following point. > > ----- From here ----- > --- gnuplot.doc.ORG 2009-08-07 16:14:28.000000000 +0900 > +++ gnuplot.doc 2009-08-07 16:17:45.000000000 +0900 > @@ -5522,7 +5522,7 @@ > plot for [<variable> in "string of words"] > > The scope of an iteration ends at the next comma or the end of the > - command, whichever comes first. Iteration may be nested. > + command, whichever comes first. Iteration may not be nested. > > Example: > plot for [dataset in "apples bananas"] dataset."dat" title dataset > ----- To here ----- > > I think the nesting of iteration is NOT allowed in the current > version of gnuplot. If not, such example should be written in > the document. You are correct. Thanks. |