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

Method set_maps_scale_opt

pyxrf/gui_support/gpc_class.py:629–631  ·  view source on GitHub ↗

Set plot type. Allowed values: `Linear` and `Log`

(self, scale_opt)

Source from the content-addressed store, hash-verified

627 return self.img_model_adv.scale_opt
628
629 def set_maps_scale_opt(self, scale_opt):
630 """Set plot type. Allowed values: `Linear` and `Log`"""
631 self.img_model_adv.set_scale_opt(scale_opt)
632
633 def get_maps_color_opt(self):
634 """Returns selected plot color option: `Linear` or `Log`"""

Calls 1

set_scale_optMethod · 0.80

Tested by

no test coverage detected