Re: [Matplotlib-users] Strange Recursion error with plot()

2009-02-02 Thread Durand
On Mon, 02 Feb 2009 20:17:06 -, Ryan May wrote: Fair enough I suppose. I'm not really sure where I got the string input idea from anyway.. > Durand wrote: >> On Mon, 02 Feb 2009 19:57:15 -, Ryan May wrote: >> >> I think it makes sense to accept only numbers

Re: [Matplotlib-users] Strange Recursion error with plot()

2009-02-02 Thread Durand
#x27;t > exactly say that this is supported.) > > Durand wrote: >> On Mon, 02 Feb 2009 19:30:58 -, Darren Dale wrote: >> >> Oh and thinking about it, I think matplotlib needs a better error message. >> Maybe som

Re: [Matplotlib-users] Strange Recursion error with plot()

2009-02-02 Thread Durand
On Mon, 02 Feb 2009 19:30:58 -, Darren Dale wrote: Oh and thinking about it, I think matplotlib needs a better error message. Maybe something will less recursions =] Thanks again. > On Mon, Feb 2, 2009 at 2:17 PM, Durand wrote: > >> Hi, >> I'm using matplotlib

Re: [Matplotlib-users] Strange Recursion error with plot()

2009-02-02 Thread Durand
t and float convertors! Did something change with matplotlib recently? I normally use the right types and it had been working for about 6 months with string types. Thanks a lot! > On Mon, Feb 2, 2009 at 2:17 PM, Durand wrote: > >> Hi, >> I'm using matplotlib on Ubuntu Jaun

[Matplotlib-users] Strange Recursion error with plot()

2009-02-02 Thread Durand
Hi, I'm using matplotlib on Ubuntu Jaunty and a script that I wrote recently stopped working. I think this may have something to do with changes in matplotlib as it fails with the error pasted at http://pastebin.ca/1325576 and the main problem is that I can't actually work out what the error is