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
Description of expected behavior and the observed behavior
Using the lasso selection tool on a NdOverlay that is datashade-ed does not work and results in the following message being printed:
linked_selection aborted because it could not display selection for all elements: ufunc 'invert' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''.
Complete, minimal, self-contained example code that reproduces the issue
I can confirm the problem with your minimal example. I think the issue is not directly due to it being an NdOverlay but due to datashade being necessary which returns RGB images (unlike rasterize). Regardless, linked_selections should be able to support this case so I'll mark this as a bug.
Description of expected behavior and the observed behavior
Using the lasso selection tool on a
NdOverlay
that isdatashade
-ed does not work and results in the following message being printed:Complete, minimal, self-contained example code that reproduces the issue
This code
And using the lasso selection results in:
Please note that the box selection works, as well as the lasso-select on a datashaded plot that consists of just points (no
NdOverlay
.ALL software version info
The text was updated successfully, but these errors were encountered: