Skip to content Skip to sidebar Skip to footer
Showing posts with the label Bokeh

Python Flask App With Interactive Bokeh Plots

I have a Flask App in which my plots are created using Bokeh in the controller python code with bel… Read more Python Flask App With Interactive Bokeh Plots

Bokeh Plotting: Enable Tooltips For Only Some Glyphs

I have a figure with some glyphs, but only want tooltips to display for certain glyphs. Is there c… Read more Bokeh Plotting: Enable Tooltips For Only Some Glyphs

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

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

Django: Bokeh.safely Is Not A Function

I was trying to embed a bokeh plot into my django app. I followed the instructions given on Bokeh w… Read more Django: Bokeh.safely Is Not A Function

Adding Node Labels To Bokeh Network Plots

I am using the following code to produce an interactive bokeh network graph. How do I add the name … Read more Adding Node Labels To Bokeh Network Plots

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 f… Read more What Is A Fast And Proper Way To Refresh/update Plots In Bokeh (0.11) Server App?

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