Re: [matplotlib-devel] mpl BOFs

2012-07-18 Thread Benjamin Root
"Birds of a Feather". It is a mini-session that can be held at the SciPy conference that is going on right now in Austin. Like-minded people can get together and discuss a particular topic (such as matplotlib) in a face-to-face setting. Cheers! Ben Root On Wed, Jul 18, 2012 at 5:43 PM, Damon Mc

Re: [matplotlib-devel] mpl BOFs

2012-07-18 Thread Warren Weckesser
Ben and other matplotlib BoF folks, As of this afternoon, there are new signup sheets on a stand near the top of the stairs on the third floor. The sheets have rooms that are available and time slots that you can pencil in to reserve for your group. Briefly, there are four small rooms (6-8 peopl

Re: [matplotlib-devel] mpl BOFs

2012-07-18 Thread Damon McDougall
On Wed, Jul 18, 2012 at 05:11:43PM -0500, Benjamin Root wrote: > technically, there is supposed to be a BOF about now, but I just realized > What is a BOF? > that no location was specified. We could meet in the atrium unless anyone > has a better idea. > > Ben > ---

Re: [matplotlib-devel] mpl BOFs

2012-07-18 Thread Benjamin Root
Thanks for the notice. I have rescheduled for 8 PM in room 109 tonight. Ben Root On Wed, Jul 18, 2012 at 5:23 PM, Warren Weckesser < warren.weckes...@enthought.com> wrote: > Ben and other matplotlib BoF folks, > > As of this afternoon, there are new signup sheets on a stand near the top > of th

Re: [matplotlib-devel] mpl BOFs

2012-07-18 Thread Benjamin Root
Also, if desired, we could also set a different time. On Wed, Jul 18, 2012 at 5:11 PM, Benjamin Root wrote: > technically, there is supposed to be a BOF about now, but I just realized > that no location was specified. We could meet in the atrium unless anyone > has a better idea. > > Ben >

[matplotlib-devel] mpl BOFs

2012-07-18 Thread Benjamin Root
technically, there is supposed to be a BOF about now, but I just realized that no location was specified. We could meet in the atrium unless anyone has a better idea. Ben -- Live Security Virtual Conference Exclusive live

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