Scatter
scatterBlock elementGraph
A scatter plot of points with optional different shapes and colors. Perfect for showing data distributions.
Attributes
dataRequiredImplicit
parametised-coordinate-listlabel
rich-texthidden
booleanDefaultfalse
lock
booleanDefaultfalse
Stacking order. Higher z renders on top; when omitted or equal, elements stack in document order (later on top).
Allowed in
Examples
scatter(data: (0,0),(1,2),(2,1))scatter(data: (-1,1),(0,0),(1,-1); shape: square; colour: red)