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

Method show

lib/matplotlib/backends/backend_qt.py:660–665  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

658 qt_compat._exec(qapp)
659
660 def show(self):
661 self.window._destroying = False
662 self.window.show()
663 if mpl.rcParams['figure.raise_window']:
664 self.window.activateWindow()
665 self.window.raise_()
666
667 def destroy(self, *args):
668 # check for qApp first, as PySide deletes it in its atexit handler

Callers 3

__init__Method · 0.45
configure_subplotsMethod · 0.45
_export_valuesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected