Learn Before
Code

Bokeh Scatter Markers

In Bokeh, scatter markers can be added to a figure using glyph methods like circle() or square(). python p1.circle(np.array([1,2,3]), np.array([3,2,1]), fill_color='white') p2.square(np.array([1.5,3.5,5.5]), [1,4,3], color='blue', size=1)

Image 0

0

1

Updated 2026-07-11

Tags

Python Programming Language

Data Science