bokeh.models.glyphs¶
Display a variety of visual shapes whose attributes can be associated
with data columns from ColumnDataSources
.
The full list of glyphs built into Bokeh is given below:
AnnularWedge
Annulus
Arc
Bezier
Ellipse
HBar
HexTile
Image
ImageRGBA
ImageURL
Line
MultiLine
MultiPolygons
Oval
Patch
Patches
Quad
Quadratic
Ray
Rect
Segment
Step
Text
VBar
Wedge
All these glyphs share a minimal common interface through their base class
Glyph
:
-
class
Glyph
(**kwargs)[source]¶ 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.
- bokeh.models.glyphs.AnnularWedge
- bokeh.models.glyphs.Annulus
- bokeh.models.glyphs.Arc
- bokeh.models.glyphs.Bezier
- bokeh.models.glyphs.Ellipse
- 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.VBar
- bokeh.models.glyphs.Wedge