Hello.
I was suppose to give more information, but after about two months(I am a
Python newbie, newbie to Matplotlib and newbie to Numpy plus a vacation
in-between).I finally tracked down the problem. However ... I see in
Matplotlib 0.98.5.2 the correction was made by somebody else. (Cry,
Hello David.
I am using the Intel MKL BLAS/LAPACK. I have replaced this with AMD's ACML
library. Now there is no exception raised due to a "Singular matrix" while
trying to move the legend(wiggling the graph). So, the graph is updated and
the interaction is fine(you can wiggle the graph and it upd
Hi Micheal.
I am going on vacation tomorrow. An example will have to wait until I am back,
but I can give some version information now:
Numpy is version 1.2.1, Matplotlib is version 0.98.5 and I am using
stock-standard(not the Enthought version or other distribution) Python 2.5.
My Python 2.5 I a
"
Subject: Re: [Numpy-discussion] Singular Matrix problem with
Matplitlib in Numpy (Windows - AMD64)
To: "Discussion of Numerical Python"
Message-ID:
<5b8d13220812080943g69d4c670jabd6aef66d336...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
On Tue, D
Hello.
I have been battling with the following error for the past week. The output
from the terminal is:
Traceback (most recent call last):
File
"C:\development\Python\2_5_2\Lib\site-packages\matplotlib\backends\backend_qt4agg.py",
line 86, in paintEvent
FigureCanvasAgg.draw(self)
File