(self)
| 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 |
no test coverage detected