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

Issue with activation of the box_select tool #6356

Open
antoine-lavrard opened this issue Aug 5, 2024 · 0 comments
Open

Issue with activation of the box_select tool #6356

antoine-lavrard opened this issue Aug 5, 2024 · 0 comments
Labels
type: bug Something isn't correct or isn't working

Comments

@antoine-lavrard
Copy link

antoine-lavrard commented Aug 5, 2024

ALL software version info

OS : windows 10

Name Version Build Channel

bokeh 3.4.3 pypi_0 pypi
holoviews 1.19.1 pypi_0 pypi
ipython 8.20.0 py312haa95532_0
pandas 2.1.4 py312hc7c4135_0
jupyter-bokeh 4.0.5 pypi_0 pypi
notebook 7.0.8 py312haa95532_0
python 3.12.2 h2628c8c_0_cpython conda-forge

Description of expected behavior and the observed behavior

In some situation where the box_select tool should activate, it does not. For example, using the BoundsXY stream as in the exemple code code https://holoviews.org/reference/streams/bokeh/Bounds.html, the box_select tool is not activated (see screenshot below). Using the activation methode from https://holoviews.org/reference/apps/bokeh/selection_stream.html (hv.opts("Points [tools=['box_select']]")) does not seem to work either (second screenshot below). To fix this issue, I had to add to activate the tool manually:

points.opts(tools=['box_select'])

Complete, minimal, self-contained example code that reproduces the issue

Code :
bounds: https://holoviews.org/reference/streams/bokeh/Bounds.html

Screenshots or screencasts of the bug in action

image
image

@hoxbro hoxbro added the type: bug Something isn't correct or isn't working label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't correct or isn't working
Projects
None yet
Development

No branches or pull requests

2 participants