graph ylog - part-cw/lambdanative GitHub Wiki
(graph-ylog 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-ylog g 3. 0.5 10. 0.0)