-
-
Notifications
You must be signed in to change notification settings - Fork 403
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
Segments #3532
Segments #3532
Conversation
Very neat, while I did suggest that we could/should support multiple segments per row that could be another element entirely as |
Indeed, that could be something like |
Ok, all your requested changes should have been pushed now. |
Thanks, before merging we still need reference gallery entries in Also if you can think of any examples in the main gallery that could be converted to Segments that might be nice too. |
Sorry for the two-stage review, I was short on time earlier. |
I also added example notebooks. I don't think there was any data in the holoviews repo that represented time periods so I just made some mock data, plus some fractal stuff to illustrate more advanced (?) styling. |
Looking great. If you don't mind I'll work on a datashader operation which rasterizes segments efficiently and push it to the PR. |
Great, go ahead! |
Sorry this has sat around for so long, I'll try to get this in soon. |
f997ef7
to
c769f14
Compare
Just rebased the PR and added datashading support. Just needs some tests now. |
Co-Authored-By: poplarShift <38992106+poplarShift@users.noreply.github.com>
Ah, great! |
Sorry this took so long! |
No worries, I'm just happy having contributed something! |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
A quick first draft (sufficient for my own use case, which is why I went ahead and put something together). In particular, I haven't yet thought about how to best implement a variable number of kdims in the bokeh backend which is less important to me at this point but which @philippjfr mentioned should be implemented.
Addresses #3498