bokeh.models.glyphs¶
様々な視覚形状を表示し,これらの形状の属性を中のデータ列に関連付けることができる. ColumnDataSources
それがそうです。
Bokeh内蔵の完全字形リストは以下のとおりである.
これらの字形は基本クラスを介して最小の共通インタフェースを共有しています Glyph
:
-
class
Glyph
(*args, **kwargs)[ソース]¶ すべての字形モデルの基底クラス.
注釈
これは,Bokehモデルタイプの階層構造の組織を支援するための抽象基底クラスである. 単独インスタンス化は無駄である.
- bokeh.models.glyphs.AnnularWedge
- bokeh.models.glyphs.Annulus
- bokeh.models.glyphs.Arc
- bokeh.models.glyphs.Bezier
- bokeh.models.glyphs.Ellipse
- bokeh.models.glyphs.HArea
- bokeh.models.glyphs.HBar
- bokeh.models.glyphs.HexTile
- bokeh.models.glyphs.Image
- bokeh.models.glyphs.ImageRGBA
- bokeh.models.glyphs.ImageURL
- bokeh.models.glyphs.Line
- bokeh.models.glyphs.MultiLine
- bokeh.models.glyphs.MultiPolygons
- bokeh.models.glyphs.Oval
- bokeh.models.glyphs.Patch
- bokeh.models.glyphs.Patches
- bokeh.models.glyphs.Quad
- bokeh.models.glyphs.Quadratic
- bokeh.models.glyphs.Ray
- bokeh.models.glyphs.Rect
- bokeh.models.glyphs.Segment
- bokeh.models.glyphs.Step
- bokeh.models.glyphs.Text
- bokeh.models.glyphs.VArea
- bokeh.models.glyphs.VBar
- bokeh.models.glyphs.Wedge