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.4 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.

visible

property type: Bool

Whether the glyph should render or not.

get_class(view_model_name)

Given a __view_model__ name, returns the corresponding class object