(self)
| 2875 | f"shown") |
| 2876 | |
| 2877 | def destroy(self): |
| 2878 | # managers may have swapped the canvas to a GUI-framework specific one. |
| 2879 | # restore the base canvas when the manager is destroyed. |
| 2880 | self.canvas.figure._set_base_canvas() |
| 2881 | |
| 2882 | def full_screen_toggle(self): |
| 2883 | pass |
no test coverage detected