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

Method _reset_eline_plot

pyxrf/model/lineplot.py:1010–1014  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1008 return elist
1009
1010 def _reset_eline_plot(self):
1011 while len(self.eline_obj):
1012 self.eline_obj.pop().remove()
1013 self.elist = []
1014 self._fig.canvas.draw()
1015
1016 @observe("element_id")
1017 def set_element(self, change):

Callers 2

set_elementMethod · 0.95
plot_current_elineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected