An empty figure isn’t all that exciting, so in this video you will explore glyphs: the building blocks of Bokeh visualizations. A glyph is a vectorized graphical shape or marker that is used to represent your data.
A Few Categories of Glyphs:
- Marker: Shapes like circles, diamonds, squares and triangles. Effective for scatter and bubble charts.
- Line: Single, step and multi-line shapes. For building line charts.
- Bar/Rectangle: Traditional or stacked bar (hbar) and column (vbar) charts as well as waterfall or gantt charts.
More examples can be found in the Bokeh gallery. After you create your figure, you are given access to a bevy of configurable glyph methods.
File: FirstGlyphs.py