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

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

Center Embedded Bokeh Plot

How can I center an embedded Bokeh plot? My css seems to have no effect on Bokeh's . In the min… Read more Center Embedded Bokeh Plot

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

Access Data From Bokeh Widgets In A Jupyter Notebook

I want to use a text input widget in a jupyter notebook with autocompletion. I therefore used Autoc… Read more Access Data From Bokeh Widgets In A Jupyter Notebook

Making Script Content 'safe' For Https Display (bokeh)

I was searching for a solution and came across a removed question from maria saz. Fortunately, I wa… Read more Making Script Content 'safe' For Https Display (bokeh)

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

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

Clustering On Python And Bokeh; Select Widget Which Allows User To Change Clustering Algorithm

I am trying to build a feature in a Bokeh dashboard which allows the user to cluster data. I am usi… Read more Clustering On Python And Bokeh; Select Widget Which Allows User To Change Clustering Algorithm

How Do I Create A Loading Indicator In Bokeh?

I am using a radio button with Bokeh. I want to be able to show a loading indicator when a radio bu… Read more How Do I Create A Loading Indicator In Bokeh?

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?

How To Format Bokeh Xaxis Ticks With Currency

I'm working on a juypter notebook to make a bullet graph to compare two values. The plot rende… Read more How To Format Bokeh Xaxis Ticks With Currency