(self, change)
| 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'""" |
nothing calls this directly
no test coverage detected