I want to modify the legend to display float values instead of exponential values. I could not find an option to do so in the api reference. Is it doable?
Any suggestions, if this is doable?
Not a complete answer to the original question but this does the desired function inside Fluent Python Console v231:
solver.tui.preferences.graphics.colormap_settings.number_format_type(var)
where 'var' valid values are ("general" "float" "exponential")