Re: [Matplotlib-users] Key events using nbagg backend

2014-12-04 Thread reem17
Thanks for the response Joe. I guess keyboard events are just not implemented yet. Mouse events (at least button_press_event) do seem to work. -- View this message in context: http://matplotlib.1069221.n5.nabble.com/Key-events-using-nbagg-backend-tp44551p44553.html Sent from the matplotlib - us

[Matplotlib-users] Key events using nbagg backend

2014-12-04 Thread reem17
I'm using matplotlib version 1.4.2 on linux and am having trouble getting key event callbacks when using the nbagg backend in an ipython notebook (i've tried in firefox and chromium). The key press events seem to not be processed (no matter what key I try to press). This code does work with the qt