[Numpy-discussion] Movement of ma breaks matplotlib
Anne Archibald
peridot.faceted at gmail.com
Sat Apr 26 01:19:50 EDT 2008
Hi,
In the upcoming release of numpy. numpy.core.ma ceases to exist. One
must use numpy.ma (for the new interface) or numpy.oldnumeric.ma (for
the old interface). This has the unfortunate effect of breaking
matplotlib(which does "from numpy.core.ma import *") - I cannot even
"import pylab" with a stock matplotlib (0.90.1) and an SVN numpy. Is
this an intended effect?
Anne
More information about the NumPy-Discussion
mailing list