Hello, I think, there is a bug in __getlegenddata__.m (3.4.2):
35 while (k > 0 36 && ! (strcmp (typ, "line") || strcmp (typ, "surface") 37 || strcmp (typ, "patch") || strcmp (typ, "hggroup"))) 38 typ = get (kids(--k), "type"); 39 endwhile k=1 leads to "error: subscript indices must be either positive integers or logicals". It should be k-- in line 38 (or k>1 in line 35?). Best, Max ------------------------------------------------------------------------------ AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
