For GUI backends, resize the window (in physical pixels).
(self, w, h)
| 2883 | pass |
| 2884 | |
| 2885 | def resize(self, w, h): |
| 2886 | """For GUI backends, resize the window (in physical pixels).""" |
| 2887 | |
| 2888 | def get_window_title(self): |
| 2889 | """Return the title text of the window containing the figure.""" |
no outgoing calls
no test coverage detected