Display a variety of visual shapes whose attributes can be associated with data columns from ColumnDataSources.
ColumnDataSources
The full list of glyphs built into Bokeh is given below:
AnnularWedge
Annulus
Arc
Bezier
Ellipse
HArea
HBar
HexTile
Image
ImageRGBA
ImageURL
Line
MultiLine
MultiPolygons
Oval
Patch
Patches
Quad
Quadratic
Ray
Rect
Segment
Step
Text
VArea
VBar
Wedge
All these glyphs share a minimal common interface through their base class Glyph:
Glyph
Base class for all glyph models.
Note
This is an abstract base class used to help organize the hierarchy of Bokeh model types. It is not useful to instantiate on its own.
parameters
Generate Python Parameter values suitable for functions that are derived from the glyph.
Parameter
list(Parameter)