Set plot type. Allowed values: `Linear` and `Log`
(self, scale_opt)
| 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`""" |
no test coverage detected