Re: [Matplotlib-users] Screen location

2007-09-21 Thread Yo mismo Hotmail
Dear John, First of all, thanks for your response. When I try this fig = figure() fig.canvas.manager.window.move(100,400) python tells me that window has no attribute move. It's strange because I can choose many differents attributes like fig.canvas.manager.window Tkinter.Tk instance at

Re: [Matplotlib-users] Screen location

2007-09-21 Thread John Hunter
On 9/21/07, Yo mismo Hotmail [EMAIL PROTECTED] wrote: Dear John, First of all, thanks for your response. When I try this fig = figure() fig.canvas.manager.window.move(100,400) python tells me that window has no attribute move. It's strange because I can choose many differents attributes

Re: [Matplotlib-users] Screen location

2007-09-21 Thread Christopher Barker
John Hunter wrote: fig = figure() fig.canvas.manager.window.move(100,400) Well, the example I posted was for a *gtk* window, not a tk window. And, for what it's worth, wx spells it Move(), with a capital M. -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division