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

Method update_fit_plots

pyxrf/model/lineplot.py:611–617  ·  view source on GitHub ↗
(self, visible=True)

Source from the content-addressed store, hash-verified

609 self.update_fit_plots(visible=bool(change["value"]))
610
611 def update_fit_plots(self, visible=True):
612 for v in self.plot_fit_obj:
613 v.set_visible(visible)
614 lab = v.get_label()
615 if lab != "_nolegend_":
616 v.set_label(lab.strip("_"))
617 self._update_canvas()
618
619 def plot_experiment(self):
620 """

Callers 2

_update_fitMethod · 0.95
apply_to_fitMethod · 0.80

Calls 1

_update_canvasMethod · 0.95

Tested by

no test coverage detected