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

Add scale min/max value operation #57

Open
kirangadhave opened this issue Jun 21, 2023 · 2 comments
Open

Add scale min/max value operation #57

kirangadhave opened this issue Jun 21, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@kirangadhave
Copy link
Member

Scale a numerical column between a minimum and maximum value.

Uses:
Clamping - add a new column with an annotation that contains the real value but changes the data value. E.g., (Clamped from 37)

Name the new column as <og_col_name>_scaled/clamped.

operation

@kirangadhave
Copy link
Member Author

@alexsb To clarify, as an example, this operation will let us take a range selection and clamp data outside this range to the edges of the range. A new column is added with the same values as the original for points inside the range but clamped values for points outside.

@alexsb
Copy link
Member

alexsb commented Jun 21, 2023

Yes, but a column with a note is also added.

@kirangadhave kirangadhave added this to the Pre EuroVis Release milestone May 14, 2024
@kirangadhave kirangadhave added the enhancement New feature or request label May 14, 2024
@kirangadhave kirangadhave self-assigned this May 14, 2024
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