Re: [matplotlib-devel] Typo in logo.py

2007-12-13 Thread Michael Droettboom
Thanks for finding these. I suspect that is related to the migration from numarray to numpy. I have fixed logo.py and mri_demo.py. I believe the rc_traits.py is correct (that "Float" is from traits, not numpy). Cheers, Mike Nils Wagner wrote: > On Thu, 13 Dec 2007 09:07:42 +0100 > "Nils Wa

Re: [matplotlib-devel] Typo in logo.py

2007-12-13 Thread Nils Wagner
On Thu, 13 Dec 2007 09:07:42 +0100 "Nils Wagner" <[EMAIL PROTECTED]> wrote: > Hi all, > > It should be float32 instead of Float32. > > python logo.py > Traceback (most recent call last): > File "logo.py", line 7, in ? > x = 1000*0.1*fromstring( > NameError: name 'Float32' is not defined >

[matplotlib-devel] Typo in logo.py

2007-12-13 Thread Nils Wagner
Hi all, It should be float32 instead of Float32. python logo.py Traceback (most recent call last): File "logo.py", line 7, in ? x = 1000*0.1*fromstring( NameError: name 'Float32' is not defined Nils - SF.Net email i