-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Coloring for markers using scattergl isn't working properly #1909
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
Comments
cc @dfcreative and #1869 |
Hello! I've noticed that if you round the color to one decimal point will sometimes clear the issue. Can you confirm this? |
This appears to have been fixed by @dfcreative 's awesome new regl-based |
This is fantastic news. I've been writing a web-app that uses scatter GL to view ocean data on color plots. You can see the temperatures plot, you have dark color markers showing on the surface. Switching to 'scatter' make this disappear. |
Added mock in 889237f |
fixed by #2258 |
Coloring for markers using scattergl isn't working properly.
Example using scattergl where x values range from 0-999 and y values are random from 0-1. Coloring should be clearly defined gradients from red to green to blue as you go up in y:
https://codepen.io/anon/pen/gxOeNw
You can see that it kind of starts out alright, but later in x the colors become jumbled, they should be clearly defined based on y values. If we comment out the scattergl line, colors are as they should be:
https://codepen.io/anon/pen/vJYRoN
The text was updated successfully, but these errors were encountered: