Re: [matplotlib-devel] Interrupt is fixed

2012-07-18 Thread Phil Elson
Ben, actually the PyQt4 backend is responsible for this (a hello world pyqt4 application doesn't accept sigint). However, I have fixed master (in the aforementioned PR) so that ctrl+c from the command line actually closes the figure. HTH, On 18 July 2012 20:00, Benjamin Root wrote: > > > On Wed,

Re: [matplotlib-devel] Interrupt is fixed

2012-07-18 Thread Neal Becker
I'm afraid it's only an annoyance, and I doubt I'll be motivate to try to hunt that down. Benjamin Root wrote: > On Wed, Jul 18, 2012 at 1:40 PM, Neal Becker > wrote: > >> OK, my mistake. I'm using 1.1.1rc2. >> >> I was using a new installation without any matplotlibrc, and was defaulted >> t

Re: [matplotlib-devel] Interrupt is fixed

2012-07-18 Thread Benjamin Root
On Wed, Jul 18, 2012 at 1:40 PM, Neal Becker wrote: > OK, my mistake. I'm using 1.1.1rc2. > > I was using a new installation without any matplotlibrc, and was defaulted > to > gtk. > > If I set: > backend : Qt4Agg > > then the problem has returned. > > Usually, the source of such problems is som

Re: [matplotlib-devel] Interrupt is fixed

2012-07-18 Thread Neal Becker
OK, my mistake. I'm using 1.1.1rc2. I was using a new installation without any matplotlibrc, and was defaulted to gtk. If I set: backend : Qt4Agg then the problem has returned. Phil Elson wrote: > Presumably you mean on the qt4 backend? If so, glad to be of some help! :-) > > The change ca

Re: [matplotlib-devel] Interrupt is fixed

2012-07-18 Thread Phil Elson
Presumably you mean on the qt4 backend? If so, glad to be of some help! :-) The change came in in PR #851 (https://github.com/matplotlib/matplotlib/pull/851/files#diff-7) and also allows you to close a figure with ctrl+w and make a qt4 figure fullscreen with "ctrl+f" (actually, just "f" will do, b

[matplotlib-devel] Interrupt is fixed

2012-07-18 Thread Neal Becker
One annoyance with mpl in the past is that when running a script, SIGINT would not kill it (needed to use C-c C-\ instead). It seems this is now fixed: Interrupt now gives me: File "/home/nbecker/.local/lib/python2.7/site- packages/matplotlib/backends/backend_gtk.py", line 77, in mainloop