Re: [Matplotlib-users] Bypass keyboard navigation

2010-07-28 Thread David Mashburn
Thanks so much guys! This finally worked! f=gcf() for i in f.canvas.callbacks.callbacks: if i=='key_press_event': f.canvas.mpl_disconnect(f.canvas.callbacks.callbacks[i].keys()[0]) Thanks! -David Aha! I thought you were using 1.0. For 1.0, these things are rc settings; I had

[Matplotlib-users] Bypass keyboard navigation

2010-07-26 Thread David Mashburn
Hello! My name is David Mashburn, and I have been a very happy user of matplotlib for almost 5 years now, so let me start by saying thank you for this wonderful piece of software! I has been a blessing to me! I am creating a program that performs actions based on key commands in matplotlib

Re: [Matplotlib-users] Bypass keyboard navigation

2010-07-26 Thread David Mashburn
! -David On 07/26/2010 10:18 AM, Benjamin Root wrote: On Mon, Jul 26, 2010 at 3:09 PM, David Mashburn david.n.mashb...@gmail.com mailto:david.n.mashb...@gmail.com mailto:david.n.mashb...@gmail.com mailto:david.n.mashb...@gmail.com wrote: Hello! My name is David Mashburn, and I have