Hi Erwin and others,
When you make sure that the matplotlibrc file that is actually loaded
contains the following line, the problem should disappear.
numerix : numpy
However, matplotlib should also work with Numeric. The problem is that
the newer versions of matplotlib are not very well
Package: python-matplotlib
Version: 0.87.7-0.1
The simple python session:
>>> import pylab
>>> pylab.plot([3,6,9])
Traceback (most recent call last):
File "", line 1, in ?
File "/usr/lib/python2.4/site-packages/matplotlib/pylab.py", line 2027, in
plot
ret = gca().plot(*args, **kwargs)
2 matches
Mail list logo