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.

basic bokeh Bar chart

In[21]: from bokeh.charts import Bar, output_file, show In[22]: dict = {'sec': {u'A': 10, u'B': 20}} In[23]: df = pd.DataFrame(dict) In[24]: …

bokeh
Purpose of columnDataSource in bokeh

I am new to bokeh and trying to figure out what columnDataSource does. It appears in many places but I …

bokeh
Bokeh: save plot (as HTML) but don't show it

I am using Bokeh to produce HTML code including figures with show method This method ends on opening default browser …

python html plot save bokeh
Embedding a bokeh app in flask

I am trying desperately to embed a working bokeh applet into flask, and can't find a proper way to do …

python flask applet bokeh
Exporting figures from Bokeh as svg or pdf?

Is it possible to output individual figures from Bokeh as pdf or svg images? I feel like I'm missing something …

python bokeh
When plotting with Bokeh, how do you automatically cycle through a color pallette?

I want to use a loop to load and/or modify data and plot the result within the loop using …

python plot bokeh
Python Bokeh: remove toolbar from chart

Note from maintainers: The specifics of this question concern the bokeh.charts API which is obsolete and was removed several …

python bokeh
Python: Bokeh hover date time

I am trying to get a line plot via Bokeh in Python. I am new to Bokeh and I am …

python bokeh
how to embed standalone bokeh graphs into django templates

I want to display graphs offered by the bokeh library in my web application via django framework but I don't …

django python-2.7 django-templates bokeh
Easiest way to plot data on country map with python

Could not delete question. Please refer to question: Shade states of a country according to dictionary values with Basemap I …

python shapefile bokeh matplotlib-basemap vincent