This docs on this page refers to a PREVIOUS VERSION. For the latest stable release, go to https://docs.bokeh.org/

Archived docs for versions <= 1.0.4 have had to be modified from their original published configuration, and may be missing some features (e.g. source listing)

All users are encourage to update to version 1.1 or later, as soon as they are able.

bokeh.models.glyphs — Bokeh 0.12.6 documentation

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.