You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug summary
When using "set_window_title" I get this error: self.manager.set_window_title(title)
AttributeError: 'NoneType' object has no attribute 'set_window_title'
Located in this file and error: File "..\lib\site-packages\matplotlib\backend_bases.py", line 2245, in set_window_title
self.manager.set_window_title(title)
AttributeError: 'NoneType' object has no attribute 'set_window_title'
Code for reproduction
self.canvas.set_window_title('Some Text')