Hi,
When I don't use a matplotlibrc file, the default numerix choice is numpy,
which is OK.
When I have a matplotlibrc, and I specify "numerix : numpy", everything also
behaves as expected.
However, when I have a matplotlibrc, but one which does not contain
a 'numerix' statement, then my old
Hello,
I can't seem to get matplotlib-0.87.5 to work with numpy1.0rc:
Python 2.4.3 (#1, Sep 21 2006, 13:06:42)
[GCC 4.1.1 (Gentoo 4.1.1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from pylab import *
Traceback (most recent call last):
File "", line 1,