You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: