triangle

triangleNode

A triangle centred at (x, y), scaled by size. One of seven shape marks that differ only in the outline drawn.

Only withxyargandpolarplane

One of the shapes

#Attributes

On any plane

sizeAnimatable
Distance from the centre to each vertex. The centre sits a quarter of that below the midpoint, so the triangle reads as balanced.
Default1
colourAnimatable
neutralredorangeyellowgreentealbluepurplepinkgreywhiteblack
Also written: colorColour.
Defaultpurple
fillAnimatable
Fill shape.
Defaulttrue
dashedAnimatable
Draws the outline dashed — the shape that is not there: a construction, a ghost of a previous position, a region ruled out. As polygon's and segment's.
Defaultfalse
opacityAnimatable
Opacity.
Default1
Text drawn beside the element — rich text, so $maths$ and inline formatting render. Fades and draws with the element.
hiddenAnimatable
Declared but not drawn. Animatable — hidden: true !cue.to{false}(at: 2) reveals it — and unlike a cue, a hidden element still frames the plot, so the axes do not jump when it appears.
Defaultfalse
Also written: lockedKeeps the reader from editing this element on an editable: graph. Nothing at all on a graph that is not editable.
Defaultfalse
text-sizeAnimatable
Text size.
Default20
layerAnimatable
Paint order among the marks: a higher layer is drawn later, on top; equal or omitted, the marks stack in document order (later on top). Written z: before the argand plane took that letter for its coordinate.
Only withxyplane
xImplicitAnimatable
X coordinate.Can be written as shorthand: triangle:value
Y coordinate.
Only withargandplane
On the argand plane, the position as one complex number — a complex expression: 3 + 2i, (3 + 2i)^2, sqrt(13) * e^(i * a), with i the unit and parameters read as complex. Instead of re/im.
reAnimatable
On the argand plane, the real part of the position, a number; with im. z: gives both at once.
imAnimatable
On the argand plane, the imaginary part of the position, a number; with re. z: gives both at once.
Only withpolarplane
On the polar plane, the distance from the origin; with theta.
thetaAnimatable
On the polar plane, the angle anticlockwise from the right, in radians — 60deg writes it in degrees; with r. On a categorical theta (theta format:), a name.

#Allowed in

#Examples

triangle(x: 0; y: 0; size: 2)
triangle(x: -2; y: 1; size: 1; colour: orange)