|
From: John H. <jdh...@ac...> - 2005-01-10 10:53:31
|
>>>>> "Todd" == Todd Miller <jm...@st...> writes:
Todd> I verified that matplotlib-0.70 works w/ numarray-1.1.1 on
Todd> Windows XP using a quick "plot([1,2,3,4]); show();" test. I
Todd> noted that TkAgg is now raising an exception when the plot
Todd> window is closed, but the plot looked fine to me.
Thanks Todd -- fixed in CVS. This resulted from generating a location
event before the mouse was over the figures, and hence event.x and
event.y were None and downstream in the code this condition was
accounted for.
JDH
|