python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
BokehJS HoverTool apply to selective glyphs with names property
When setting the names property for HovertTool in BokehJS 0.13 and the name property of glyphs the HoverTool should only be visible for glyphs with matching names as stated in the documentation. When ...

Mark wijkhuizen
Votes: 0
Answers: 1
Bokeh source.change.emit() only works on first change
I'm trying to create an interactive stacked bar chart that displays the data for a given slider value. The entire data is stored in a base dataset and the data displayed is a subset of this base datas...
dropout
Votes: 0
Answers: 1
Holoviews QuadMesh edge opacity
Problem description:
When using the QuadMesh plot in HoloViews one can observe white lines between all quadrilateral tiles even when using options like line_alpha=0, line_width=0.
These apparent line...

Nox
Votes: 0
Answers: 1
How to update existing plot with Panel?
I have a dashboard application that works with Bokeh. I am trying to change it to use Panel and Geoviews. I am using the Panel Callback API, as this seems most like my existing code with Bokeh. I am r...
Patrick O'Hara
Votes: 0
Answers: 1