On Sep 15, 2008, at 4:53 PM, Jae-Joon Lee wrote:

> To change the window title, you may use
>
>  fig.canvas.set_window_title("My Title")
>
> But I couldn't find any public method to obtain the current window  
> title.

Kind of awkward, but

fig.canvas.manager.window.wm_title()

returns the current title...

Michael.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to