drawTickAxes()
Draws a grid of numbered horizontal and vertical lines showing the X and Y axes of the Cartesian plane
Example
With drawTickAxes()
background("#0F1574")
drawTickAxes()Without drawTickAxes()
background("#0F1574")Syntax
drawTickAxes(
[scaleFactor],
[spacing],
[axisColor],
[gridColor],
[labelColor],
[labelSize],
[axisThickness],
[tickThickness],
[gridThickness]
);Input
Description
Description
Last updated

