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

How To Add Hovertool To A Data Table (bokeh, Python)

I am experimenting with bokeh data table. Is it possible to add HoverTool to each field in bokeh ta… Read more How To Add Hovertool To A Data Table (bokeh, Python)

How To Use A Cds Column To Set The "line_dash" Of A Multiline Glyph?

I am plotting Multilines with the method multi_line. from bokeh.plotting import figure, show from b… Read more How To Use A Cds Column To Set The "line_dash" Of A Multiline Glyph?

Bokeh: Python: Cannot Get Html Source For Bar Plots In Bokeh

I'm trying to retrieve html code for embedding from a Bokeh bar plot. This example works fine: … Read more Bokeh: Python: Cannot Get Html Source For Bar Plots In Bokeh

Filtering Bokeh Labelset With Javascript

I'm trying to create a Bokeh scatterplot with a CheckboxGroup widget to show or hide individual… Read more Filtering Bokeh Labelset With Javascript

How To Get A Bokeh Server To Display A Datatable

I can get the DataTable to display in a Jupyter Notebook without any issues. But i haven't been… Read more How To Get A Bokeh Server To Display A Datatable

Bokeh Figure Doesn't Show

I am new to python. I tried the example given in here http://docs.bokeh.org/en/latest/docs/gallery/… Read more Bokeh Figure Doesn't Show

Problems To Have Bokeh Gridplots With Same Size

I managed to use gridplot to show multiple axes in Bokeh. But after the colorbar and label were add… Read more Problems To Have Bokeh Gridplots With Same Size

Bokeh Plotting: Enable Tooltips For Only Some Glyphs

I have a figure with some glyphs, but only want tooltips to display for certain glyphs. Is there c… Read more Bokeh Plotting: Enable Tooltips For Only Some Glyphs

Checkboxgroup In Bokeh To Plot Additive Plots

I want to use a checkbox group to represent linearly additive sources. The idea is for the user to … Read more Checkboxgroup In Bokeh To Plot Additive Plots

Grouped X-axis Variability Plot In Python

I have a dataset as below. I would like to plot a variability plot like in JMP with Grouped X-axis … Read more Grouped X-axis Variability Plot In Python

Write Down Bokeh Plot Selected Data Not Working

I am trying to write the selected datapoints from a Bokeh plot. The idea is to access ColumnDataSou… Read more Write Down Bokeh Plot Selected Data Not Working

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'

Specify Position Of Combo Box

I have the following script that generates a combo box (Select) and a plot: import bokeh.plotting a… Read more Specify Position Of Combo Box

Bokeh: Chart From Pandas Dataframe Won't Update On Trigger

I have got a pandas dataframe whose columns I want to show as lines in a plot using a Bokeh server.… Read more Bokeh: Chart From Pandas Dataframe Won't Update On Trigger

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

Using Colormap With Bokeh Scatter

In matplotlib the scatterplot offers the possibility of using the color of a plot to indicate value… Read more Using Colormap With Bokeh Scatter

Django: Bokeh.safely Is Not A Function

I was trying to embed a bokeh plot into my django app. I followed the instructions given on Bokeh w… Read more Django: Bokeh.safely Is Not A Function

Embed An Interactive Bokeh In Django Views

I want to make interactive plot in django views (or model ?). Let's say I want to use selection… Read more Embed An Interactive Bokeh In Django Views

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)?

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