-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
nan_color does not work for GLMakie.image #1230
Comments
Update: NaN were initially displayed as black, but now the same code gives an error:
|
What backend is this? |
It's GLMakie |
3 tasks
Just tested today with the 0.16.5 release and NaN are rendered transparent by |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a matrix "x" containing floating point values. It also contains invalid values, all set to NaN. According to documentation of GLMakie.image, there is this nan_color atribute. By default the NaN values are rendered fully transparent when displayed. However, this does not work. I am using GLMakie 0.4.0.
If I try heatmap(x) instead, then yes, I do get the desired transparency.
The text was updated successfully, but these errors were encountered: