[Numpy-discussion] Scipy - Numpy incompatiblility when calling upon Old Numeric
Travis Oliphant
oliphant at ee.byu.edu
Wed Jan 3 16:30:30 CST 2007
frbeaxs wrote:
> I am using Python 2.4 with Numpy 0.9.8. Matpylib graphs function
> under these two version except when old numeric must be called to
> utilized the spline function in contouring the graphs leading to the
> error:
>
The version of NumPy compatible with different versions of matplotlib is
very important. Each release of Matplotlib should indicate which
version of NumPy it works with.
Typically, the latest release of matplotlib works with the latest
release of NumPy (such should be the case now).
-Travis
More information about the Numpy-discussion
mailing list