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:

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.