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.

set title of a python `bokeh` plot figure from outside of the `figure()` function

I ran into a very seemingly simple problem when using the bokeh plotting package in python. I wanted to set …

python bokeh
adjusting x_axis_label or y_axis_label font/font size (Bokeh)

Is there a way to adjust x_axis_label and y_axis_label font/font size in Bokeh (0.70)? I am …

python bokeh
How do I remove grid lines from a Bokeh plot?

I would like to remove the grid lines from a Bokeh plot. What is the best way to do this?

python bokeh
How to do waffle charts in python? (square piechart)

Something like this: There is a very good package to do it in R. In python, the best that I …

python matplotlib seaborn bokeh waffle-chart
bokeh layout for plot and widget arrangement

I have a specific design in mind for my bokeh app. I am using bokeh 0.12.3 and a bokeh server to …

python bokeh
Turning off Tick Marks in Bokeh

I am working on the Bokeh (0.6.1) tutorial and trying to turn off the tick marks and labels in one of …

python bokeh
Bokeh: Models must be owned by only a single document

I'm working with Bokeh 0.12.2 in a Jupyter notebook and it frequently throws exceptions about "Models must be owned by only …

bokeh
is there a way to save bokeh data table content

I am experimenting with bokeh data table to display data embedded in web page. It works quite nicely. Is there …

python datatable slickgrid bokeh
What is the purpose of curdoc()?

I've been playing with bokeh for a little bit of time and I'm now at the step where I'd like …

bokeh
Automatically fit Bokeh plot to screen?

Is there a simple way to automatically fit a Bokeh plot to the screen used to display your browser? Right …

python-3.x bokeh