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

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -