graph ylinear - part-cw/lambdanative GitHub Wiki
(graph-ylinear 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-ylinear g 3.0 -1. 1. 0. .2 2)