How can I modify the legend (colormap) in fluent.visualization

ansys-satyajeet
ansys-satyajeet Member, Employee Posts: 14
Photogenic First Anniversary Ansys Employee First Comment
✭✭✭
edited June 2023 in Fluids

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:

Answers

  • ansys-satyajeet
    ansys-satyajeet Member, Employee Posts: 14
    Photogenic First Anniversary Ansys Employee First Comment
    ✭✭✭

    Any suggestions, if this is doable?

  • Jakub Pipek
    Jakub Pipek Member Posts: 3
    First Comment
    **

    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")