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
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
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
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'
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