Bokeh 2.3.3 · Verified & Original
When paired with Datashader, Bokeh 2.3.3 effectively renders millions or billions of points, bypassing browser rendering limitations.
p = figure(title="simple line plot") p.line(x, y, legend_label="sin(x)") bokeh 2.3.3
In a world chasing the newest features, Bokeh 2.3.3 stands as a testament to the value of stability. It offers a mature, bug-free interactive visualization engine that has been battle-tested in thousands of production dashboards, financial applications, and scientific research tools. For anyone maintaining systems that rely on the Bokeh 2.x API, this version is the definitive upgrade—the final polished gem before the paradigm shift of Bokeh 3.0. When paired with Datashader, Bokeh 2
Here is the story and context around that release: For anyone maintaining systems that rely on the Bokeh 2
Fixed an issue where the Column layout model ignored the scrollable CSS class, preventing the correct behavior of long lists and overflow UI elements.
Working with categorical axes (e.g., bar charts with string categories) became more intuitive. The factor_cmap and factor_mark functions saw internal fixes, ensuring that color mapping and marker shapes apply correctly even when categories have long names or special characters.
: Introduced "star" markers and vectorized support for arrowheads and line-dash patterns.