[Numpy-discussion] Numpy 1.1.0 and matplotlib 0.90.1

lorenzo bolla lbolla at gmail.com
Tue Apr 22 05:45:05 EDT 2008


Hello,

the latest svn numpy version 1.1.0.dev5061 does not work with matplotlib
0.90.1 (version shipped with enthought distribution), unless a change in
Python25/Lib/site-packages/matplotlib-0.90.1.0003-py2.5-win32.egg/matplotlib/numerix/ma/__init__.py
is done:

$ diff __init__.py.orig __init__.py
12c12
<     from numpy.core.ma import *
---
>     from numpy.ma import *

Maybe this should be forwarded to the pylab mailing list, but I'm not
subscribed there...

L.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080422/703f35f7/attachment.html>


More information about the NumPy-Discussion mailing list