Skip to content Skip to sidebar Skip to footer
Showing posts with the label Bokeh

Python Bokeh - Assign Taptool To A Subset Of Glyphs

Hi have a timeserie to which I add circle glyphs, representing 2 different type of data. I alread… Read more Python Bokeh - Assign Taptool To A Subset Of Glyphs

Bokeh Overlay Multiple Plot Objects In A Gridplot

Say I have a class that holds some data and implements a function that returns a bokeh plot import … Read more Bokeh Overlay Multiple Plot Objects In A Gridplot

Bokeh Widget Slicing Data

I am trying to create a plot using bokeh to visualize my data on IPython Notebook. I want to add so… Read more Bokeh Widget Slicing Data

Bokeh Time Series Plot Annotation Is Off By 1 Hour

I am plotting a Bokeh plot with a datetime X-axis. When adding an annotation to the plot I notice t… Read more Bokeh Time Series Plot Annotation Is Off By 1 Hour

How To Set Active Tools In Holoviews

Sometimes my plots get drawn with the pan tool active and sometimes they draw with pan and wheel_zo… Read more How To Set Active Tools In Holoviews

In Bokeh, How Do I Add Tooltips To A Timeseries Chart (hover Tool)?

Is it possible to add Tooltips to a Timeseries chart? In the simplified code example below, I want … Read more In Bokeh, How Do I Add Tooltips To A Timeseries Chart (hover Tool)?

What Is A Fast And Proper Way To Refresh/update Plots In Bokeh (0.11) Server App?

I have a bokeh (v0.11) serve app that produces a scatter plot using (x,y) coordinates from a data f… Read more What Is A Fast And Proper Way To Refresh/update Plots In Bokeh (0.11) Server App?

How Can I Get The Bokeh Hover Tool To Snap To The Data?

I would like the bokeh hover tool to snap to the data points instead of interpolating the mouse pos… Read more How Can I Get The Bokeh Hover Tool To Snap To The Data?