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

Method set_plot_scatter

pyxrf/model/draw_image.py:419–421  ·  view source on GitHub ↗
(self, is_scatter)

Source from the content-addressed store, hash-verified

417 self.show_image()
418
419 def set_plot_scatter(self, is_scatter):
420 self.scatter_show = is_scatter
421 self.show_image()
422
423 @observe("quant_distance_to_sample")
424 def _on_change_distance_to_sample(self, change):

Callers 1

Calls 1

show_imageMethod · 0.95

Tested by

no test coverage detected