Gregor Thalhammer wrote:

> I didn't understand what you mean by 'plot nodes'

the markers, sorry

> , but there exist 
> figure_enter_event, figure_leave_event, axes_enter_event and
> axes_leave_event, see
>
http://matplotlib.sourceforge.net/examples/event_handling/figure_axes_enter_leave.html

first of all: why these *_enter_event and *_leave_event aren't in
http://matplotlib.sourceforge.net/api/backend_bases_api.html#matplotlib.backend_bases.FigureCanvasBase.mpl_connect

second: they are cool, but I need to be more specific: I want to show some
annotations only if I move my mouse pointer over a marker, and to make them
disappear when I move my mouse pointer away (something like
http://www.scipy.org/Cookbook/Matplotlib/Interactive_Plotting, but on mouse
hovering)

-- 
By ZeD


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to