Gallery¶
Server App Examples¶
The examples linked below all show off usage of the Bokeh server. The Bokeh server provides a place where interesting things can happen—data can be updated to in turn update the plot, and UI and selection events can be processed to trigger more visual updates.
An interactive query tool for a set of IMDB data
Source code: movies
Shows axis histograms for selected and nonselected points in a scatter plot
Source code: selection_histogram
Interactive weather statistics for three cities.
Source code: weather
A basic demo that has sliders for controlling a plotted trigonometric function
Source code: sliders.py
An updating plot that demonstrates using timeout callbacks in Bokeh server apps
Source code: timeout.py
A user-defined extension showing randomized tiles.
Source code: random_tiles
Notebook Examples¶
A large number of static examples may be viewed directly online (or downloaded nad executed locally) at the Bokeh NBViewer Gallery.
Standalone Examples¶
All of the examples below are located in the examples subdirectory of your Bokeh checkout. By “standalone” we mean that these examples make no use of the Bokeh server. These plots still have many interactive tools and features, including linked panning and brushing, and hover inspectors.
Click on an image below to see its code and interact with the live plot.