[Numpy-discussion] Re: Some missing linalg things (wanted: LU decomposition)

Bill Baxter wbaxter at gmail.com
Mon Feb 20 17:49:02 EST 2006


On 2/20/06, Bill Baxter <wbaxter at gmail.com> wrote:

> > Should have mentioned -- I was using numpy 0.9.4 / scipy 0.4.4.
> > Looks like it works in numpy 0.9.5 / scipy 0.4.6
> >
> > But matplotlib, which I also need, hasn't been updated for numpy 0.9.5yet.
> > :-(
> >
>
>
On 2/21/06, Jonathan Taylor wrote:
>
> For matplotlib, I just use tolist() like
>
> a = array([1,3,2,3])
>
> ...
>
> pylab.plot(a.tolist())
>
> Maybe that will work for you until you can fix your problem.
> J.



Excellent idea!  That does the trick for now (if I take the numerix: numpy
line out of my .matplotlibrc to stop it from crashing on import).

--bb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20060220/730d2eab/attachment-0001.html>


More information about the NumPy-Discussion mailing list