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

Handle NaN values #63

Open
davidbrochart opened this issue Sep 23, 2020 · 0 comments
Open

Handle NaN values #63

davidbrochart opened this issue Sep 23, 2020 · 0 comments

Comments

@davidbrochart
Copy link

In e.g. matplotlib, np.nan is shown as transparent in an image plot. I guess it is currently not supported in ipygany. It would be nice to also not render it, maybe by removing every vertex that has a NaN in one of its coordinates?
Or optionally pass a boolean array for the mask, which would allow to support integer types?

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