Bokeh 2.3.3 [portable] Jun 2026

: Added support for hatch patterns (textures) across all fillable glyphs and annotations.

Bokeh 2.3 introduced the DataModel base class, allowing developers to define custom “properties‑only” Bokeh subclasses. This feature is especially useful for creating reusable components or integrating with other systems. bokeh 2.3.3

output_notebook() # or output_file("plot.html") : Added support for hatch patterns (textures) across

x = [1, 2, 3, 4, 5] y = [6, 7, 2, 4, 5]