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

Method _new_opt

pyxrf/model/lineplot.py:423–425  ·  view source on GitHub ↗
(self, change)

Source from the content-addressed store, hash-verified

421
422 @observe("scale_opt")
423 def _new_opt(self, change):
424 self.log_linear_plot()
425 self._update_canvas()
426
427 def energy_bound_high_update(self, change):
428 """Observer function for 'param_model.energy_bound_high_buf'"""

Callers

nothing calls this directly

Calls 2

log_linear_plotMethod · 0.95
_update_canvasMethod · 0.95

Tested by

no test coverage detected