graph linewidth - part-cw/lambdanative GitHub Wiki
(graph-linewidth g w)
Sets the width of the lines in units of points (1/72 inch) to be used in creating the axes and graph lines. The start-up value is 1.0 (point). This function has no effect on markers, letters, numbers, and mesh.
| Parameter | Description |
|---|---|
| g | graph context |
| w | width of lines |
Example
(graph-linewidth g 0.6)