vendredi 17 juin 2016

Change figure window title in pylab


How can I set a figure window's title in pylab/python?

fig = figure(9) # 9 is now the title of the window
fig.set_title("Test") #doesn't work
fig.title = "Test" #doesn't work

Aucun commentaire:

Enregistrer un commentaire