Skip to content
clpetersen edited this page Oct 27, 2014 · 2 revisions

This function is used to disable plotting of axes and numbers on them, while retaining the ability to define scaled domain via axis calls. The flag value of zero for the two arguments will disable axis and numbers, respectively. The flags apply to all axis calls, linear, logarithmic, X and Y, and remain in effect until another call is made with new flag values. The domain mesh may still be drawn by a separate call to (graph-mesh g) even if the axes are disabled.

Parameter Description
g graph context
a axis enable flag
n number enable flag

Example

(graph-axisenable g 0 0)
Clone this wiki locally