-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Lasso select does not work on datashader #5055
Comments
Are you referring to the website? Because as the warning on the right says:
|
Regardless of website or not, there is an issue with lasso-select on data shaded NdOverlays: #5041 Although box selection worked in this case |
I've pushed an optimization to the lasso select here: #5061 There's also a major speed difference between spatialpandas and geopandas, so I'd recommend installing spatialpandas if you haven't already. Better yet, if you have an Nvidia GPU you could try cuDF (with cuspatial installed). In the absence of that polygon testing on 10s or 100s of thousands of points will always be somewhat expensive. |
it work well after installing spatialpandas,thanks a lots!!!!!! |
Will close this issue as since we also have #5041 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
example from http://holoviews.org/user_guide/Linked_Brushing.html
The text was updated successfully, but these errors were encountered: