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

How To Use A Slider Callback To Filter A Columndatasource In Bokeh Using Python 3?

I'm trying to use a slider with a callback in Bokeh using Python 3 to filter the rows of my Col… Read more How To Use A Slider Callback To Filter A Columndatasource In Bokeh Using Python 3?

Bokeh Glyph Coordinates With X_axis_type 'datetime'

I am attempting to add a simple text string (glyph) to a Bokeh plot which uses x_axis_type='dat… Read more Bokeh Glyph Coordinates With X_axis_type 'datetime'

Bokeh & Custom Js - Using A Slider To Update A Multiline Graph

I am using Bokeh to produce an interactive time-series graph. There can be n number of series disp… Read more Bokeh & Custom Js - Using A Slider To Update A Multiline Graph

How To Do Linked Data Selections In Holoviews With Datashader + Bokeh Backend

Let me just start by complementing the HoloViews developers, this thing is pretty amazing. There ar… Read more How To Do Linked Data Selections In Holoviews With Datashader + Bokeh Backend

Displaying Paths With Geoviews

I'm trying to use geoviews to display a path. I can get it to display ONLY the points properly:… Read more Displaying Paths With Geoviews

How To Interactively Display And Hide Lines In A Bokeh Plot?

It would be nice to be able to interactively display and hide lines in a bokeh plot. Say, I have cr… Read more How To Interactively Display And Hide Lines In A Bokeh Plot?

Layout For Multiple Data Table As Children In Each Bokeh Tab

I want to have several tables inside each Bokeh Tab (Bokeh Panel) However, the tables get attached… Read more Layout For Multiple Data Table As Children In Each Bokeh Tab

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