Skip to main content

mark

mark() 

Draws a single mark pointing towards a target coordinate.

mark((0,0), (1,0), symbol: ">", fill: black)
mark((0,0), (1,1), symbol: "stealth", scale: 3, fill: black)

Note: To place a mark centered at the first coodinate (from) use the marks anchor: "center" style.

The position to place the mark.

The position or angle the mark should point towards.

Styling

Root: mark

You can directly use the styling from Mark Styling.