On Wed, Feb 11, 2009 at 20:13, Ryan May <rma...@gmail.com> wrote: > On Wed, Feb 11, 2009 at 12:56 PM, Sandro Tosi <mo...@debian.org> wrote: >> >> Hello, >> I got a script (attached, even if without the datafile has less >> meaning) that parses a log file and plots 3 datasets. With 0.98.5.3 I >> got this error >> RuntimeError: maximum recursion depth exceeded >> >> I see the same behavior in .2 but not in 0.98.5. I remembered I've >> copied this from an example in mpl doc, but that's all. >> >> Is that a regression or something wrong in the code? > > It looks like your script is trying to plot a list of a strings (which > contains numbers). I checked in a fix for this on the trunk but I didn't > bother on the branch since I figured it wasn't really supported behavior. > Try converting the strings to numbers and you should be fine.
Indeed: adding int(res.group...) works fine, just nice how it worked on 0.98.5 and not on .2 .3 :) Thanks a lot, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users