MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / destroy

Method destroy

lib/matplotlib/backend_bases.py:2877–2880  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers 1

configure_subplotsMethod · 0.45

Calls 1

_set_base_canvasMethod · 0.80

Tested by

no test coverage detected