Hi All,

I have the same issue, is there a fix to this



Michael Droettboom-3 wrote:
> 
> Eric Firing wrote:
>> Chris Withers wrote:
>>   
>>> Hi All,
>>>
>>> A few of the units demos include the lines:
>>>
>>> from pylab import nx
>>>
>>> ...but this import errors for me.
>>>
>>> Why is that?
>>>     
>>
>> If you are referring to scripts in the matplotlib/examples/ subdirectory 
>> then you must have a version in which some of those scripts had not been 
>> brought up to date with the rest of matplotlib. (Historically, this has 
>> often been the case--only a subset of the examples are maintained. 
>> Right now, for example, simple3d.py is broken.  3D plotting is itself 
>> unmaintained, so there is little incentive to do anything about the 
>> example.) In the svn version there are no lines importing nx.  This was 
>> an abbreviation for the numerix module, which was a compatibility 
>> wrapper for the three different numeric packages (Numeric, numarray, and 
>> numpy)  until numpy was fully developed, rendering Numeric and numarray 
>> obsolete.
>>   
> Slightly OT, but if matplotlib is participating in any sort of 
> internship projects (Google Summer of Code etc.) that would be a great 
> student project -- to clean up all the examples, removing dead ones, 
> editing for consistency etc.
> 
> Cheers,
> Mike
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/from-pylab-import-nx--tp16118581p17105429.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to