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

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: Using Checkbox Widget To Hide And Show Plots

I have some difficulties to use the Widget callback with Bokeh. With the help of a checkbox widget,… Read more Bokeh: Using Checkbox Widget To Hide And Show Plots

Bokeh Plot Does Not Appear On The Same Django Page After Csv Upload

Related: Embedding Bokeh plot in Django website results in blank page with no error message Except … Read more Bokeh Plot Does Not Appear On The Same Django Page After Csv Upload

Python Bokeh Hover Tool Giving: Attributeerror: Unexpected Attribute 'tooltips' To Figure

How do I implement 'tooltips' for the hover tool in Bokeh 0.12.11 (and possibly other versi… Read more Python Bokeh Hover Tool Giving: Attributeerror: Unexpected Attribute 'tooltips' To Figure

How To Update A Source In A Javascript Callback Of Bokeh In Python?

I am adapting this answer for my case, where I want an interactive, standalone graph where the slid… Read more How To Update A Source In A Javascript Callback Of Bokeh In Python?

How Do I Link The Crosshairtool In Bokeh Over Several Plots?

When moving the crosshair (dimensions=width) in one plot I want to see the same position in the oth… Read more How Do I Link The Crosshairtool In Bokeh Over Several Plots?

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'