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

Class FigureManagerTemplate

lib/matplotlib/backends/backend_template.py:139–146  ·  view source on GitHub ↗

Helper class for pyplot mode, wraps everything up into a neat bundle. For non-interactive backends, the base class is sufficient. For interactive backends, see the documentation of the `.FigureManagerBase` class for the list of methods that can/should be overridden.

Source from the content-addressed store, hash-verified

137
138
139class FigureManagerTemplate(FigureManagerBase):
140 """
141 Helper class for pyplot mode, wraps everything up into a neat bundle.
142
143 For non-interactive backends, the base class is sufficient. For
144 interactive backends, see the documentation of the `.FigureManagerBase`
145 class for the list of methods that can/should be overridden.
146 """
147
148
149class FigureCanvasTemplate(FigureCanvasBase):

Callers 1

test_load_old_apiFunction · 0.90

Calls

no outgoing calls

Tested by 1

test_load_old_apiFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…