Bug#409773: pylab plot function fails to convert arrays

2007-03-14 Thread Toon Verstraelen
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

Bug#409773: pylab plot function fails to convert arrays

2007-02-05 Thread Erwin Gaubitzer
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)