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

RangeToolLink turn background grey on one plot #5389

Closed
hoxbro opened this issue Aug 13, 2022 · 1 comment
Closed

RangeToolLink turn background grey on one plot #5389

hoxbro opened this issue Aug 13, 2022 · 1 comment
Assignees
Labels
type: docs Related to the documentation and examples
Milestone

Comments

@hoxbro
Copy link
Member

hoxbro commented Aug 13, 2022

I don't know if this is how it should behave, but I find it weird that RangeToolLink turn the background grey.

import holoviews as hv
from holoviews.plotting.links import RangeToolLink
hv.extension("bokeh")

c1 = hv.Curve([1, 1])
c2 = hv.Curve([1, 2])

c1 + c2

RangeToolLink(c1, c2)
c1 + c2

image

@hoxbro hoxbro added the TRIAGE Needs triaging label Aug 13, 2022
@hoxbro hoxbro added type: bug Something isn't correct or isn't working and removed TRIAGE Needs triaging labels Aug 22, 2022
@hoxbro hoxbro added this to the 1.15.2 milestone Aug 22, 2022
@droumis
Copy link
Member

droumis commented Sep 10, 2022

The grey is the currently selected x-span. Once you add a couple of opts, as in the example, you can drag the selected bounds.

image

@droumis droumis closed this as completed Sep 11, 2022
@hoxbro hoxbro added type: docs Related to the documentation and examples and removed type: bug Something isn't correct or isn't working labels Sep 12, 2022
@jlstevens jlstevens modified the milestones: 1.15.x, 1.15.2 Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: docs Related to the documentation and examples
Projects
None yet
Development

No branches or pull requests

4 participants