I am trying to use numpy as the backend for matplotlib (I see now that you can specify it in setup.py). But the matplotlib/numerix/fft/__init__.py still appears to be out of date:
1 from matplotlib.numerix import which
2
3 if which[0] == "numarray":
4 from numarray.fft import *
5 elif which[0] == "numeric":
6 from FFT import *
7 elif which[0] == "scipy":
8 from scipy import *
9 inverse_fft = ifft
10 from scipy.basic.fft import *
11 from scipy.corefft import *
12 else:
13 raise RuntimeError("invalid numerix selector")
If this is changed to numpy, should one expect the numpy backend to work?
Thanks.
···
--
Christopher J. Fonnesbeck
Population Ecologist, Marine Mammal Section
Fish & Wildlife Research Institute (FWC)
St. Petersburg, FL
Adjunct Assistant Professor
Warnell School of Forest Resources
University of Georgia
Athens, GA
T: 727.235.5570
E: chris at trichech.us