On 12/10/10 10:00 AM, Virgil Stokes wrote:
> Thanks for this link. I tried to use this code but could not load Numeric; 
> i.e.
> import Numeric fails.
> Where does one get the necessary modules to execute this code?

Numeric is quite outdated now. You can probably find it somewhere, but 
it won't be compatible with new mpl, scipy, etc.

Try replacing the calls to "Numeric" with "numpy". You'll probably need 
to tweak a few other things, too, but it shouldn't be too much.

-Chris




-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

chris.bar...@noaa.gov

------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to