Re: [Matplotlib-users] Getting resize_event to work

2008-10-06 Thread John Hunter
On Mon, Oct 6, 2008 at 1:40 PM, Eric Firing <[EMAIL PROTECTED]> wrote: > Jon Froehlich wrote: >> Hi Eric, >> >> Thanks for the response. I am just calling show() within pylab and a GUI >> automatically pops-up. A screenshot is attached. It looks like the >> underlying GUI is TK? I am on Vista (unfo

Re: [Matplotlib-users] Getting resize_event to work

2008-10-06 Thread Eric Firing
Jon Froehlich wrote: > Back in March, 2007, a user asked about getting the resize_even to work. > No one responded to his question. I have the same problem. I tried > hooking up a method that I hoped would be called every time the graph > was resized (using the UI that is displayed by a show() c

Re: [Matplotlib-users] Getting resize_event to work

2008-10-06 Thread Eric Firing
Jon Froehlich wrote: > Hi Eric, > > Thanks for the response. I am just calling show() within pylab and a GUI > automatically pops-up. A screenshot is attached. It looks like the > underlying GUI is TK? I am on Vista (unfortunately). The problem is TK-specific, not Vista-specific. I can reprod

Re: [Matplotlib-users] Getting resize_event to work

2008-10-06 Thread Jon Froehlich
Back in March, 2007, a user asked about getting the resize_even to work. No one responded to his question. I have the same problem. I tried hooking up a method that I hoped would be called every time the graph was resized (using the UI that is displayed by a show() call). connect('resize_event'

[Matplotlib-users] Getting resize_event to work

2007-03-21 Thread Stephen George
Trying to get resize event to work, but either I don't understand the definition of when resize_event should work, or it's broken. for example === from matplotlib import pylab , numerix def GotResizeEvent( event ): print 'Resize event detected' def GotDrawEvent( event