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

Method show

lib/matplotlib/backends/backend_macosx.py:182–189  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

180 _macosx.show()
181
182 def show(self):
183 if self.canvas.figure.stale:
184 self.canvas.draw_idle()
185 if not self._shown:
186 self._show()
187 self._shown = True
188 if mpl.rcParams["figure.raise_window"]:
189 self._raise()
190
191
192@_Backend.export

Callers 2

__init__Method · 0.95
start_main_loopMethod · 0.45

Calls 1

draw_idleMethod · 0.45

Tested by

no test coverage detected