On Sep 11, 2006, at 5:28 PM, Martin Spacek wrote:
>
> I'd like to be able to pop up a tooltip on, say, a matplotlib
> 'motion_notify_event', or maybe just a 'button_press_event'. Does MPL
> have the ability to control tooltips, or do I have to drop down to the
> specific backend to do that (wxagg in my case).

I don't think there's a backend-level API for drawing tooltips.

> If the latter, anyone know off the top of their head how to do this in
> wxagg?

Unfortunately, I don't think wxWidgets exposes the functionality for  
displaying a wx.ToolTip.  You might be able to fake it with a  
wx.PopupWindow.

Ken

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to