Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395acc1 commit 88dbef7Copy full SHA for 88dbef7
lib/matplotlib/backend_bases.py
@@ -2426,14 +2426,14 @@ def get_window_title(self):
2426
Get the title text of the window containing the figure.
2427
Return None if there is no window (eg, a PS backend).
2428
"""
2429
- pass
+ raise NotImplementedError
2430
2431
def set_window_title(self, title):
2432
2433
Set the title text of the window containing the figure. Note that
2434
this has no effect if there is no window (eg, a PS backend).
2435
2436
2437
2438
2439
class Cursors:
0 commit comments