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 n
99.0 on ubuntu.
Is this a new feature? Do you know what I can try instead??
Thanks!
-David
On 07/26/2010 10:18 AM, Benjamin Root wrote:
> On Mon, Jul 26, 2010 at 3:09 PM, David Mashburn
> mailto:david.n.mashb...@gmail.com>
> <mailto:david.n.mashb...@gmail.com <mailto:david.n.mashb..
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, and