Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

This function creates a linear axis of the current style.

Parameter Description
g graph context
sze size of axis in inches
min origin of axis
max end of axis
ofs how far (in inches) the axis is from the origin of the other axis
tic how far apart (in axis units) the tics are spaced
num what interval of tics should be numbered

Example

(graph-xlinear g 3.0 -1. 1. 0. .2 2)
Clone this wiki locally