matplotlib and scipy_core

On 12/3/05, matplotlib-users-request@lists.sourceforge.net <matplotlib-users-

>
>
> Chris, are you using Daishi's patches? I'm not quite sure if they're in
> CVS yet, but it's certain that you can NOT build mpl 0.85 + scipy_core
> without them.
>

Just tried it. One issue arises with the import syntax in
matplotlib/numerix/fft/__init__.py:

      7 elif which[0] == "scipy":
----> 8 from scipy.fftpack import *
        global scipy.fftpack = undefined

I think the correct syntax is "from scipy import fftpack", etc.

···

--
Chris Fonnesbeck
Atlanta, GA