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
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
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
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
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
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
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
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