How can I modify the legend (colormap) in fluent.visualization
ansys-satyajeet
Member, Employee Posts: 14
✭✭✭
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?
Tagged:
0
Answers
-
Any suggestions, if this is doable?
0 -
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")
0