bokeh - JosephCottam/Stencil GitHub Wiki

Bokeh Runtime

The Stencil runtime implemented on top of python Bokeh includes the following:

  • Renderers (case insensitive):
    • scatter/scatterplot: Basic scatterplot schema with x/y data bindings (automatic axes) and constant color
    • plot: Basic connected-series plot with x/y data bindings (automatic axes) and constant color
    • GlyphRender: x/y/color/size data bindings. Supports constant "type" binding as well. Axes are configured via guide policies inside of the render context.
  • Python imports preceeded by "py"
  • table, view and render contexts
  • data and fields policies
  • init execution clause
  • tuple(s), ptuple(s) operators