axis.label
A value on an axis, named: it puts a name where the tick number would have gone and removes the number — a period, a mean, a boundary, a solution. The axis is chosen by which coordinate is given, as a point takes x and y. line: true adds a rule across the plot at that value, under the marks.
Writing with it:Framing a readable graph
#Attributes
On any plane
Also written: text, nameThe name itself — rich text, so
$\pi$ sets as maths.Can be written as shorthand: axis.label:valueAlso written: rule, gridlineA rule across the plot at that value, drawn under the marks.
Default
falseAlso written: text-sizeText size, in the graph's points. The default is the tick numbers' size; a mark's label is 20.
Default
16colour
Also written: colorThe name, and its rule.
Default
neutralOnly withplane
Only withplane
Only withplane
#Allowed in
#Examples
axis.label(x: 3.1416; label: $\pi$)axis.label(y: 1; label: $1$; line: true; colour: teal)axis.label(x: 1.5708; label: $\tfrac{\pi}{2}$; line: true; dashed: false)