|
From: Chris W. <ch...@si...> - 2008-04-09 21:19:22
|
Hey All,
Is there any way I can control the location that a tk figure window is
shown on screen?
I can control the size fine with:
pylab.figure(figsize=(10,10))
...but this produces a figure that, while it's the right size, is
rendered with the top left of the window in the middle of the screen.
If I can get it to be to-left, then it will all be visisble without me
having to move it with a mouse ;-).
Any ideas?
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
|