MCPcopy Create free account
hub / github.com/NSLS2/PyXRF / _hide_preview_spectrum_plot

Method _hide_preview_spectrum_plot

pyxrf/model/lineplot.py:1614–1617  ·  view source on GitHub ↗
(
        self,
    )

Source from the content-addressed store, hash-verified

1612 )
1613
1614 def _hide_preview_spectrum_plot(
1615 self,
1616 ):
1617 self._fig_preview.set_visible(False)
1618
1619 def update_preview_spectrum_plot(self, *, hide=False):
1620 """

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected