Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Matrix] The vis does not allow to distinguish numeric values that are very close #1646

Open
loichuder opened this issue May 21, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@loichuder
Copy link
Member

Is your feature request related to a problem?

I happened to find a dataset (link below) with only 2 values that are extremely close numerically but yet different. When looking at the Line vis (see screenshots below), I see that the two values are different (the line is not horizontal).

But the numeric precision of the tooltip and of the Matrix vis does not allow me to see this difference.

Requested solution or feature

Not sure. Perhaps a way of specifying the number of digits in fixed-point notation as suggested earlier in #1175 ?

Alternatives you've considered

Export as CSV and reading the values there but that is really convoluted.

Additional context

Dataset:

/1.1/instrument/positioners/obpitch in strain.hdf5

Screenshots

Line vis:

image

Matrix vis:

image

@loichuder loichuder added the enhancement New feature or request label May 21, 2024
@axelboc
Copy link
Contributor

axelboc commented May 21, 2024

I'd be okay with adding a "Precision" field in the toolbar. Only problem I see is that we would have to pick a default precision that works for all notations out of the box. Currently we use the following numeric formats:

  • Fixed-point: .3f (or .2f for complex members)
  • Scientific: .3e (or .3~e for complex members)
  • Auto: .5~g (or .3~g for complex members)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants