Hi Paul,
> I would like to be able to use matplotlib as an object canvas, where
> items on the canvas receive mouse events (enter, leave, press,
> release) and the registered callback is invoked.
I do this rather extensively with the wxAgg backend and wxPython
widgets. Which backend/platform
Hi,
I would like to be able to use matplotlib as an object canvas, where
items on the canvas receive mouse events (enter, leave, press, release)
and the registered callback is invoked.
For example, I want to be able to highlight the line associated with
the legend entry as I mouse over the legend