On Wed, Jul 4, 2012 at 11:11 PM, Jorge Scandaliaris
wrote:
> > De: Tony Yu
> >
> >
> >Just a wild guess: Any chance you're using some GUI-toolkit-specific
> functionality?
> >
> >
>
>
> Can you elaborate please? I use the GTKAgg backend, and I guess IPython
> has specific mechanisms (I don't know
> De: Tony Yu
>
>
>Just a wild guess: Any chance you're using some GUI-toolkit-specific
>functionality?
>
>
Can you elaborate please? I use the GTKAgg backend, and I guess IPython has
specific mechanisms (I don't know the details) for keeping both the plot and
the interpreter responsive, that
On Wed, Jul 4, 2012 at 10:14 PM, Jorge Scandaliaris
wrote:
> Hi,
> Are there any caveats when using events together with IPython that you
> are aware of? I have some code that I use to interactively explore
> images that works OK when run from a Python interpreter but does not
> (see note) when ru
Hi,
Are there any caveats when using events together with IPython that you
are aware of? I have some code that I use to interactively explore
images that works OK when run from a Python interpreter but does not
(see note) when run from IPython. With --pylab option the problems are
more evident, but
Hello,
I am working on creating some distribution plots to analyze cloud droplet
and drop features. You can see one such plot at
http://atmos.uwyo.edu/~gsever/data/rf06_1second/rf06_belowcloud_SurfaceArea_1second.pdf
This file contains 38 pages and each page has 16 panels created via
MPL's AxesGr
Hi Ben,
thanks for the tip!
I nevertheless hit another snag:
In [12]: [(k,p.rcParams[k]) for k in p.rcParams.keys() if 'keymap' in k]
Out[12]:
[('keymap.all_axes', ['a']),
('keymap.back', ['left', 'c', 'backspace']),
('keymap.forward', ['right', 'v']),
('keymap.fullscreen', ['f']),
('keymap.g