Skip to content

Settings and activity

1 result found

  1. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  General  ·  Admin →
    An error occurred while saving the comment
    Alen commented  · 

    You can set "range label" like setting up "printf" command in C.

    For example, a value -1.931e+03 is the bottom range with default "range label" %4.3e.

    When "range label" is set to %.2f there is -1930.53. Applying "range label" %.0f gives integers.