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 but I suppose it's needed fo

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

2009-02-02 Thread Ryan May
Durand wrote: > On Mon, 02 Feb 2009 19:57:15 -, Ryan May wrote: > > I think it makes sense to accept only numbers but I suppose it's needed for > backwards compatibility. Maybe you could have a deprecation warning? > >> This is fixed in SVN head now so that strings will work again (though I

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

2009-02-02 Thread Durand
On Mon, 02 Feb 2009 19:57:15 -, Ryan May wrote: I think it makes sense to accept only numbers but I suppose it's needed for backwards compatibility. Maybe you could have a deprecation warning? > This is fixed in SVN head now so that strings will work again (though I > wouldn't > exactly sa

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

2009-02-02 Thread Ryan May
This is fixed in SVN head now so that strings will work again (though I wouldn'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 something will less

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 on Ubuntu Jaunty and a scrip

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

2009-02-02 Thread Durand
On Mon, 02 Feb 2009 19:30:58 -, Darren Dale wrote: Hmm... I was passing strings! That is really weird because it used to work when I just passed strings and I have no idea why. I guess I should have converted to numbers right from the beginning. Anyway, I've fixed it by using int and float

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

2009-02-02 Thread Darren Dale
On Mon, Feb 2, 2009 at 2:17 PM, Durand wrote: > 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/1325576and > the main probl

[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