Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 307 Bytes

File metadata and controls

6 lines (5 loc) · 307 Bytes

Setting titles of figures using webagg backend

Previously when using the webagg backend the title of a figure was set using figure.set_label. Now it is set using figure.canvas.manager.set_window_title which is more consistent with other backends.