Set matplotlib default figure window title -
i know how change title of figure:
fig = pylab.gcf() fig.canvas.set_window_title('test')
but how change default window title? not need change window title each time. did not find key in mpl.rcparams
thanks
Comments
Post a Comment