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

Method reshow

lib/matplotlib/backends/backend_nbagg.py:109–115  ·  view source on GitHub ↗

A special method to re-show the figure in the notebook.

(self)

Source from the content-addressed store, hash-verified

107 Gcf.figs.pop(self.num, None)
108
109 def reshow(self):
110 """
111 A special method to re-show the figure in the notebook.
112
113 """
114 self._shown = False
115 self.show()
116
117 @property
118 def connected(self):

Callers

nothing calls this directly

Calls 1

showMethod · 0.95

Tested by

no test coverage detected