Re: [matplotlib-devel] custom window titles

2007-11-15 Thread Darren Dale
On Thursday 15 November 2007 03:27:28 pm Darren Dale wrote: > I have a script that is generating many plots, and would like to create > some more informative window titles than "Figure 1" through "Figure 50". Is > there an easier way to do it than this, which is specific to backend_qt4? > > fig = f

[matplotlib-devel] custom window titles

2007-11-15 Thread Darren Dale
I have a script that is generating many plots, and would like to create some more informative window titles than "Figure 1" through "Figure 50". Is there an easier way to do it than this, which is specific to backend_qt4? fig = figure() fig.canvas.window().setWindowTitle('Hi') Thanks, Darren