Top "Bokeh" questions

Bokeh is a library for interactive visualization (including streaming or large datasets) that targets modern web browsers for presentation, and high level languages such as Python, Scala, and R for use.

How do you add error bars to Bokeh plots in python?

I have successfully plotted several data sets and fitted functions using Bokeh however I really need to add error bars …

python plot bokeh
How to add a Callback to Bokeh DataTable?

I am trying to use Bokeh to make an editable DataTable that updates the source data when the data is …

python python-2.7 bokeh
Dynamically add/remove plot using 'bokeh serve' (bokeh 0.12.0)

My question is quite similar to another thread using bokeh 0.7.1, but the API for bokeh servers has changed enough in 0.12.0, …

python bokeh
how to show integer, not float, with hover tooltip in bokeh

I have a simple graph of X-Y data points. I want my Bokeh figure to show me the integer value …

python bokeh
Hierarchic pie/donut chart from Pandas DataFrame using bokeh or matplotlib

I have the following pandas DataFrame ("A" is the last column's header; the rest of columns are a combined hierarchical …

python pandas matplotlib bokeh
Implementing a full 3d scatter with bokeh in python

I am currently working on a project where I would like to output a 3D interactive scatter plot using Bokeh. …

javascript html python-3.x 3d bokeh