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

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -