matplotlib / Python 2.4 / Numarray

I verified that matplotlib-0.70 works w/ numarray-1.1.1 on

    > Windows XP using a quick "plot([1,2,3,4]); show();" test. I
    > noted that TkAgg is now raising an exception when the plot
    > 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