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

2011-10-30 Thread Antoine Levitt
30/10/11 00:27, 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 cha

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 th

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, becau

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

[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 --