参考にする

本節では,項目ソースコード中の文書文字列から自動生成されるBokehの完全な共通API参照を提供する.

Bokeh内のすべてのモジュールの完全部分リストは,左側のサイドバーからアクセス可能である.以下に特に有用である可能性のあるいくつかの精選された部分を示す。

bokeh.models

Bokehマップやアプリケーションを構成するすべて-ツール、コントロール、字形、データソース- Bokeh Model それがそうです。Bokehモデルは,その様々な属性の値を設定することで配置される.この大部分には,各モデルの各属性の情報を含む各Bokehモデルの参照がある.

bokeh.plotting

The bokeh.plotting API is centered around the figure() command, and the associated glyph functions such as circle(), wedge(), etc. This section has detailed information on these elements.

bokeh.layouts

The simplest way to combine multiple Bokeh plots and controls in a single document is to use the layout functions such as row(), column(), etc. from the bokeh.layouts module.

bokeh.io

Functions for controlling where and how Bokeh documents are saved or shown, such as output_file(), output_notebook(), and others are in this module.

bokeh.palettes

本節では,Bokehに内蔵されているすべてのパレットの可視化表示を提供する.

bokeh.settings

ここではBokehに関する環境変数をすべて記録しており,これらの変数は資源の制御,縮小,ログレベルなどに利用可能である.