Re: [matplotlib-devel] Keybinding doc & close window

2011-10-29 Thread John Hunter
On Sat, Oct 29, 2011 at 2:52 PM, Antoine Levitt wrote: > Just typing f = gcf() displays a figure, which I don't want to do. I > want to be able to put something in my ipython init file that'd set my > bindings, without changing anything else. This is a reasonable request, though there are some im

Re: [matplotlib-devel] Keybinding doc & close window

2011-10-29 Thread Antoine Levitt
29/10/11 21:50, Benjamin Root > On Saturday, October 29, 2011, Antoine Levitt > wrote: >> 29/10/11 21:20, Benjamin Root >>> On Saturday, October 29, 2011, Antoine Levitt >>> wrote: 29/10/11 19:39, Benjamin Root > I don't think there is a document for the default keymaps, and >>> there >>

Re: [matplotlib-devel] Keybinding doc & close window

2011-10-29 Thread Benjamin Root
On Saturday, October 29, 2011, Antoine Levitt wrote: > 29/10/11 21:20, Benjamin Root >> On Saturday, October 29, 2011, Antoine Levitt >> wrote: >>> 29/10/11 19:39, Benjamin Root I don't think there is a document for the default keymaps, and >> there has been some talk about redoing defa

Re: [matplotlib-devel] Keybinding doc & close window

2011-10-29 Thread Antoine Levitt
29/10/11 21:20, Benjamin Root > On Saturday, October 29, 2011, Antoine Levitt > wrote: >> 29/10/11 19:39, Benjamin Root >>> I don't think there is a document for the default keymaps, and > there >>> has been some talk about redoing default keybindings, because they > are >>> so hidden and varies f

Re: [matplotlib-devel] Keybinding doc & close window

2011-10-29 Thread Benjamin Root
On Saturday, October 29, 2011, Antoine Levitt wrote: > 29/10/11 19:39, Benjamin Root >> I don't think there is a document for the default keymaps, and there >> has been some talk about redoing default keybindings, because they are >> so hidden and varies from backend to backend. >> >> In the meant

Re: [matplotlib-devel] Keybinding doc & close window

2011-10-29 Thread Antoine Levitt
29/10/11 19:39, Benjamin Root > I don't think there is a document for the default keymaps, and there > has been some talk about redoing default keybindings, because they are > so hidden and varies from backend to backend. > > In the meantime, I would suggest checking out the "event handeling" > sec

Re: [matplotlib-devel] Keybinding doc & close window

2011-10-29 Thread Benjamin Root
On Saturday, October 29, 2011, Antoine Levitt wrote: > Hi, > > Is there any doc of the various bindable actions? I only found > http://matplotlib.sourceforge.net/users/customizing.html, and I'm not > sure all of them are in there. In particular, I'd like a simple "q" > keybinding to close the wind

[matplotlib-devel] Keybinding doc & close window

2011-10-29 Thread Antoine Levitt
Hi, Is there any doc of the various bindable actions? I only found http://matplotlib.sourceforge.net/users/customizing.html, and I'm not sure all of them are in there. In particular, I'd like a simple "q" keybinding to close the window, and ideally a way to run arbitrary python code. Antoine --

[matplotlib-devel] Pyside 1.0.8 compatibility patch

2011-10-29 Thread Trémouilles David
Hello, I've recently switched to PySide 1.0.8 on my MacBook using macports. It seems that it breaks part of matplotlib. Not sure if this is pyside or matplotlib bug but the attached change in matplotlib solved the issue for me. Regards, David >From 1fd9b3c9e1a3caa59c42d161c222327f96b9f5b3 Mo