"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
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
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
> ---
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
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
>
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
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,
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
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
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
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
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
12 matches
Mail list logo