graph xlinear - part-cw/lambdanative GitHub Wiki
(graph-xlinear g sze min max ofs tic num)
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)