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
Image
ImageRGBA
ImageURL
Line
MultiLine
Oval
Patch
Patches
Quad
Quadratic
Ray
Rect
Segment
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.
-
get_class
(view_model_name)¶ Given a __view_model__ name, returns the corresponding class object
-
- 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.Image
- bokeh.models.glyphs.ImageRGBA
- bokeh.models.glyphs.ImageURL
- bokeh.models.glyphs.Line
- bokeh.models.glyphs.MultiLine
- 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.Text
- bokeh.models.glyphs.VBar
- bokeh.models.glyphs.Wedge