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

How to start daemon on android by adb -

testing - Detect whether test has failed within fixture -

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