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

Move InteractiveImage to Bokeh #97

Closed
jbednar opened this issue Mar 2, 2016 · 1 comment
Closed

Move InteractiveImage to Bokeh #97

jbednar opened this issue Mar 2, 2016 · 1 comment
Labels
Milestone

Comments

@jbednar
Copy link
Member

jbednar commented Mar 2, 2016

The InteractiveImage class provides very general support for making a Bokeh plot out of any callable that can return an image. datashader is one place that comes up, but there are an infinite number of other possible applications, such as raster downsampling in general. It would be good to make a pull request for Bokeh so that this functionality is available to other Bokeh users as well.

Moving it is probably premature, though, as we are just now starting to work on legend and hover tool support (#90, #91) that would necessitate changes to InteractiveImage. Specifically, we are expecting to supply not just the image, but some metadata useful for constructing keys and hover information for Bokeh to use. We might do this as an InteractiveImage subclass (to keep the basic image support cleaner), but in any case, perhaps best to wait until after we've worked out the best way to do that, since we'll probably at least want to change the expected function return type from an image into a dict or other container structure, at least optionally.

@jbednar
Copy link
Member Author

jbednar commented Apr 6, 2022

No longer in the repo; use HoloViews instead!

@jbednar jbednar closed this as completed Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants