graph dash - part-cw/lambdanative GitHub Wiki
(graph-dash g t p)
Sets the type of line to be rendered.
| Parameter | Description |
|---|---|
| g | graph context |
| t | dash type 0-6, 0 being solid |
| p | dash period (how many inches one period of the dash will occupy) |
Example
(graph-dash g 6 0.1364)