Re: [Matplotlib-users] key_press_event weirdness

2011-10-14 Thread John Hunter
On Fri, Oct 14, 2011 at 8:52 AM, John Hunter wrote: > On Fri, Oct 14, 2011 at 8:46 AM, Jorge Scandaliaris > wrote: >> You're right, John, it works here too with the gtkagg backend. I have just >> noticed that I had different backend options set in matplotlib.conf and >> matplotlibrc. My initial r

Re: [Matplotlib-users] key_press_event weirdness

2011-10-14 Thread John Hunter
On Fri, Oct 14, 2011 at 8:46 AM, Jorge Scandaliaris wrote: > You're right, John, it works here too with the gtkagg backend. I have just > noticed that I had different backend options set in matplotlib.conf and > matplotlibrc. My initial report refers then to the Qt4Agg backend. OK, I can confirm

Re: [Matplotlib-users] key_press_event weirdness

2011-10-14 Thread Jorge Scandaliaris
John Hunter writes: > > I am not seeing this on Linux x86_64 with backend GTKAgg version > 2.22.0 on python 2.7. Eg, if I run: > > > python simple_plot.py -dgtkagg > > and then hover over the axes window (w/o clicking on it but the window > has the focus on hover) and press 'g') the grid

Re: [Matplotlib-users] key_press_event weirdness

2011-10-14 Thread John Hunter
On Fri, Oct 14, 2011 at 7:18 AM, Jorge Scandaliaris wrote: > I run Arch Linux x86_64 and I am using the GTKAgg backend. I tried both with > IPython and python directly (2.7.2). I am not seeing this on Linux x86_64 with backend GTKAgg version 2.22.0 on python 2.7. Eg, if I run: > python si

Re: [Matplotlib-users] key_press_event weirdness

2011-10-14 Thread Jorge Scandaliaris
Benjamin Root writes: > > Which backend and platform are you using?Ben Root > I run Arch Linux x86_64 and I am using the GTKAgg backend. I tried both with IPython and python directly (2.7.2). jorges -- All the data

Re: [Matplotlib-users] key_press_event weirdness

2011-10-13 Thread Benjamin Root
On Thu, Oct 13, 2011 at 9:52 PM, Jorge Scandaliaris wrote: > Hi, > > I am experiencing something a bit strange with 'key_press_event': The event > is > not detected unless I click with the mouse on the canvas (The grey area > around > the axis). I verified this with my own code as well as with som