Re: [Matplotlib-users] object canvas

2007-07-05 Thread Anthony M. Floyd
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

[Matplotlib-users] object canvas

2007-07-05 Thread Paul Kienzle
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