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

QOL improvement: symmetric range button #18

Open
zarzycki opened this issue Sep 6, 2023 · 0 comments
Open

QOL improvement: symmetric range button #18

zarzycki opened this issue Sep 6, 2023 · 0 comments

Comments

@zarzycki
Copy link

zarzycki commented Sep 6, 2023

When analyzing files containing anomalies (ex: things that come out of ncdiff or are files including climate "deltas") it is useful to use a white-in-the-middle colormap (e.g., bluered) with a symmetric range (e.g., -N to +N).

Currently ncvis selects a min/max range -- it would be helpful to have a little button next to the range icons that automatically sets the range to be -N to N where N = max(abs(currentmin),abs(currentmax))

Ex., if the default range is -0.3 to 4.0, clicking on "symmetric range" would automatically set the range to -4.0 to 4.0 without needing to type anything in.

ncview has this and I find it fairly useful.

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

No branches or pull requests

1 participant