holoviews icon indicating copy to clipboard operation
holoviews copied to clipboard

RangeToolLink turn background grey on one plot

Open hoxbro opened this issue 1 year ago • 0 comments

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 avatar Aug 13 '22 09:08 hoxbro