Bokeh
  • 1.4.0
  • Installation
  • User Guide
  • Gallery
  • Reference
  • Developers
  • Releases
  • Tutorial
  • Community
  • bokeh
  • bokeh.application
  • bokeh.client
  • bokeh.colors
  • bokeh.command
  • bokeh.core
  • bokeh.document
  • bokeh.driving
  • bokeh.embed
  • bokeh.events
  • bokeh.io
  • bokeh.layouts
  • bokeh.model
  • bokeh.models
    • bokeh.models.annotations
    • bokeh.models.arrow_heads
    • bokeh.models.axes
    • bokeh.models.callbacks
    • bokeh.models.expressions
    • bokeh.models.filters
    • bokeh.models.formatters
    • bokeh.models.glyphs
    • bokeh.models.graphs
    • bokeh.models.grids
    • bokeh.models.layouts
    • bokeh.models.map_plots
    • bokeh.models.mappers
    • bokeh.models.markers
    • bokeh.models.plots
    • bokeh.models.ranges
    • bokeh.models.renderers
    • bokeh.models.scales
    • bokeh.models.selections
    • bokeh.models.sources
    • bokeh.models.textures
    • bokeh.models.tickers
    • bokeh.models.tiles
    • bokeh.models.tools
    • bokeh.models.transforms
    • bokeh.models.widgets.buttons
    • bokeh.models.widgets.groups
    • bokeh.models.widgets.icons
    • bokeh.models.widgets.inputs
    • bokeh.models.widgets.markups
    • bokeh.models.widgets.sliders
    • bokeh.models.widgets.tables
    • bokeh.models.widgets.widget
  • bokeh.palettes
  • bokeh.plotting
  • bokeh.protocol
  • bokeh.resources
  • bokeh.sampledata
  • bokeh.server
  • bokeh.settings
  • bokeh.sphinxext
  • bokeh.themes
  • bokeh.tile_providers
  • bokeh.transform
  • bokeh.util

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:

  • AnnularWedge

  • Annulus

  • Arc

  • Bezier

  • Ellipse

  • HArea

  • HBar

  • HexTile

  • Image

  • ImageRGBA

  • ImageURL

  • Line

  • MultiLine

  • MultiPolygons

  • Oval

  • Patch

  • Patches

  • Quad

  • Quadratic

  • Ray

  • Rect

  • Segment

  • Step

  • Text

  • VArea

  • VBar

  • Wedge

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.

  • bokeh.models.glyphs.AnnularWedge
  • bokeh.models.glyphs.Annulus
  • bokeh.models.glyphs.Arc
  • bokeh.models.glyphs.Bezier
  • bokeh.models.glyphs.Ellipse
  • bokeh.models.glyphs.HArea
  • bokeh.models.glyphs.HBar
  • bokeh.models.glyphs.HexTile
  • bokeh.models.glyphs.Image
  • bokeh.models.glyphs.ImageRGBA
  • bokeh.models.glyphs.ImageURL
  • bokeh.models.glyphs.Line
  • bokeh.models.glyphs.MultiLine
  • bokeh.models.glyphs.MultiPolygons
  • bokeh.models.glyphs.Oval
  • bokeh.models.glyphs.Patch
  • bokeh.models.glyphs.Patches
  • bokeh.models.glyphs.Quad
  • bokeh.models.glyphs.Quadratic
  • bokeh.models.glyphs.Ray
  • bokeh.models.glyphs.Rect
  • bokeh.models.glyphs.Segment
  • bokeh.models.glyphs.Step
  • bokeh.models.glyphs.Text
  • bokeh.models.glyphs.VArea
  • bokeh.models.glyphs.VBar
  • bokeh.models.glyphs.Wedge
Project
  • Roadmap
  • Team
  • Citation
Documentation
  • User Guide
  • Gallery
  • Reference Guide
Hands On
  • Tutorials
  • Demos
Contribute
  • GitHub
  • Developer Guide
  • Sponsor

Bokeh is a fiscally sponsored project of NumFOCUS, a nonprofit dedicated to supporting the open-source scientific computing community. Donations help pay for cloud hosting costs, travel, and other project needs.

©2019 Bokeh contributors. The website content uses the BSD License.


Donate