[SciPy-User] question on refreshing window

Yury V. Zaytsev yury at shurup.com
Thu Jan 6 06:51:26 EST 2011


On Thu, 2011-01-06 at 12:23 +0100, lorenzo agostino wrote:

> This is the simple version I tried, I tried many different things with no luck. Any idea?

I think you should explicitly specify the number of the figure, i.e.

pylab.figure(1).canvas.set_window_title("Disribution 2")

Or otherwise save and re-use the handle of the figure. Refer to
matplotlib documentation for more details.
 
-- 
Sincerely yours,
Yury V. Zaytsev




More information about the SciPy-User mailing list