graph xlog - part-cw/lambdanative GitHub Wiki
(graph-xlog g sze min max ofs)
This function creates a logarithmic axis of the current style.
| Parameter | Description |
|---|---|
| g | graph context |
| sze | size of axis in inches |
| min | origin of axis (must be positive) |
| max | end of axis |
| ofs | how far (in inches) the axis is from the origin of the other axis |
Example
(graph-xlog g 4.0 100. 10000. -0.1)