Category "bokeh"

How do a heatmap or lines of levels (on a map) with Bokeh?

I find a lot of example heatmap with Bokeh but it is with three variables (three values, for example: x, y and temperature). And it's not for a map. I would lik

Bokeh HoverTool datetime formatter not working

My code for the bokeh HoverTool is the following: p = figure( plot_height=250, x_axis_type='datetime', ) p.vbar(x=data_df['date'].dt.to_pyda

How to colour code points using Bokeh with gmap

I currently have a gmap displaying gps points, however, I was hoping there was a way to colour code my GPS points based on which month they were recorded ? I ha

Python / Bokeh / Pandas AttributeError: unexpected attribute 'responsive' to Figure

I'm trying to use bokeh and pandas to create a graph. If ", responsive = True" is not included, the code works. If it is included, it doesn't work. Any sugge

Plot a local image using bokeh image_url by running python with the -m option

I have to run a bokeh script as a module using the -m option from the top directory, because it needs to import some other portable module under the same direct

Any way to create a legend title in Bokeh?

Is there any way to add a title to legends, e.g. current legend on the left, legend with title on the right. This particular legend is placed outside the plot

Raise errors and display traceback messages from panel dashboards

When I link widget updates to a function and display the output in a panel, errors that result from updating the widget to a value that the function cannot hand