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