Re: [matplotlib-devel] [SciPy-user] recursion limit in plot

2009-01-15 Thread Ryan May
John Hunter wrote: > On Thu, Jan 15, 2009 at 4:58 PM, Ryan May wrote: > >> Ok, my debugging tells me the problem comes down to the units support, >> specifically this code starting at line 130 in units.py: >> >>if converter is None and iterable(x): >># if this is anything but

Re: [matplotlib-devel] [SciPy-user] recursion limit in plot

2009-01-15 Thread Eric Firing
Ryan May wrote: > Ok, my debugging tells me the problem comes down to the units support, > specifically this code starting at line 130 in units.py: > > if converter is None and iterable(x): > # if this is anything but an object array, we'll assume > # there are no

Re: [matplotlib-devel] [SciPy-user] recursion limit in plot

2009-01-15 Thread John Hunter
On Thu, Jan 15, 2009 at 4:58 PM, Ryan May wrote: > Ok, my debugging tells me the problem comes down to the units support, > specifically this code starting at line 130 in units.py: > >if converter is None and iterable(x): ># if this is anything but an object array, we'll assum

Re: [matplotlib-devel] [SciPy-user] recursion limit in plot

2009-01-15 Thread Ryan May
Ryan May wrote: > Neal Becker wrote: >> What's wrong here? >> This code snippet: >> >> from pylab import plot, show >> print Id >> print pout >> >> plot (Id, pout) >> show() >> >> produces: >> ['50', '100', '150', '200', '250', '300', '350', '400', '450', '500', '550', >> '600', '650', '700', '750

Re: [matplotlib-devel] [SciPy-user] recursion limit in plot

2009-01-15 Thread Ryan May
Neal Becker wrote: > What's wrong here? > This code snippet: > > from pylab import plot, show > print Id > print pout > > plot (Id, pout) > show() > > produces: > ['50', '100', '150', '200', '250', '300', '350', '400', '450', '500', '550', > '600', '650', '700', '750', '800', '850', '900', '950