-
-
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
Bounds example doesn't work with BoundsXY #1789
Comments
Looks like the https://github.com/ioam/holoviews/blob/master/holoviews/plotting/bokeh/callbacks.py#L767 A straightforward workaround until we fix this is to register the callback yourself: from holoviews.plotting.bokeh.callbacks import BoundsCallback
hv.streams.Stream._callbacks['bokeh'][hv.streams.BoundsXY] = BoundsCallback |
ok, so that worked on an example, but it doesn't seem to work on a datashaded image. That is, I get the persistent black box when I use |
oh wait, maybe this is not related to this; I'm getting IOPub data rate errors from my notebook, so maybe that's why it's not working properly. |
OK, my code is working with |
Added the stream in the PR above. Closing. |
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. |
Trying to use the bounds example for reference and holoviews is telling me I should use
BoundsXY
becauseBounds
is deprecated. But when I do that replacement in the demo code, it doesn't work. No error as far as I can tell, but it doesn't work.The text was updated successfully, but these errors were encountered: