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