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

Method update_plot_fit

pyxrf/gui_support/gpc_class.py:912–913  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

910 self.plot_model.scale_opt = ["linlog", "linear"].index(scale)
911
912 def update_plot_fit(self):
913 self.plot_model.plot_experiment()
914
915 def get_incident_energy(self):
916 return self.plot_model.incident_energy

Callers 1

redraw_plot_fitMethod · 0.80

Calls 1

plot_experimentMethod · 0.80

Tested by

no test coverage detected