Re: [Matplotlib-users] Event handling... again

2012-07-04 Thread Tony Yu
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

Re: [Matplotlib-users] Event handling... again

2012-07-04 Thread Jorge Scandaliaris
> 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

Re: [Matplotlib-users] Event handling... again

2012-07-04 Thread Tony Yu
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

[Matplotlib-users] Event handling... again

2012-07-04 Thread Jorge Scandaliaris
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

[Matplotlib-users] Accelerating PDF saved plots

2012-07-04 Thread Gökhan Sever
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

Re: [Matplotlib-users] conflicts with navigation bar events

2012-07-04 Thread Jean-Francois . Moulin
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