-
Notifications
You must be signed in to change notification settings - Fork 13
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
vector needs clamping scaletype #413
Comments
@scottwittenburg @doutriaux1 @aashish24 Please comment. |
See the comment in vector.py scaletype for the available scaling options. |
@danlipsa sounds good, what is it doing currently? |
This is the help for scaletype. The default is constantNNormalize.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Besides the list of options already available for scaletype, we need to add clamping.
So instead of mapping [minnorm, maxnorm] to a range of colors we map a user specified
[scalerange[0], scalerange[1]].
This will give us the ability to ignore possible outliers in the vector data.
The text was updated successfully, but these errors were encountered: