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 I work with images in Bokeh (Python)

For example you can plot an image in matplotlib using this code: %matplotlib inline import matplotlib.pyplot as plt import …

python image matplotlib bokeh
With Bokeh, how to save to a png or jpg instead of a html file?

I need to export pictures of the graphs and plots I am creating with Bokeh. Usually I do output_file("…

python bokeh
Position of the legend in a Bokeh plot

Does anyone know how to carry the legend in bokeh outside of the graph? The only manipulation I could do …

python visualization bokeh
What is a fast and proper way to refresh/update plots in Bokeh (0.11) server app?

I have a bokeh (v0.11) serve app that produces a scatter plot using (x,y) coordinates from a data frame. …

python bokeh
Plot the whole pandas DataFrame with Bokeh

I would like to plot a whole pandas DataFrame with Bokeh. I.e., I am looking for a Bokeh equivalent …

python pandas bokeh
Plotting Pandas Multiindex Bar Chart

How can I plot a Python Pandas multiindex dataframe as a bar chart with group labels? Do any of the …

python pandas matplotlib bokeh plotly
How do I create a pie chart using Bokeh?

All I'd like to do is create a pie chart. The Bokeh documentation covers a number of sophisticated charts, including …

python bokeh
Embedding a plot in a website with Python/bokeh

I am trying to statically embed a bokeh plot in a personal website, and am encountering some behavior I do …

python bokeh
Infinite horizontal line in Bokeh

Is there a way to plot an infinite horizontal line with Bokeh? The endpoints of the line should never become …

python plot line bokeh
How do I use custom labels for ticks in Bokeh?

I understand how you specify specific ticks to show in Bokeh, but my question is if there is a way …

bokeh