画廊#
以下所有示例都位于Bokeh仓库的examples子目录中。点击下面的图片以查看其代码并与实时图表进行交互。
Bokeh 有许多交互工具和小部件。这里只展示了一部分缩略图。更多信息请参阅用户指南中的交互章节。
本节中的缩略图链接到托管在 demo.bokeh.org 的实时演示。

selection_histogram
Shows axis histograms for selected and non-selected points in a scatter plot. (source code)

sliders
A basic demo that has sliders for controlling a plotted trigonometric function. (source code)

crossfilter
Explore the autompg data set by selecting and highlighting different dimensions. (source code)

gapminder
A reproduction of the famous Gapminder demo, with embedded video added using a custom page template. (source code)

surface3d
An updating 3d plot that demonstrates using Bokeh custom extensions to wrap third-party JavaScript libraries. (source code)