graph vtextcenter - part-cw/lambdanative GitHub Wiki
(graph-vtextcenter g x y s)
This function draws vertical centred text at the specified location.
| Parameter | Description |
|---|---|
| g | graph context |
| x,y | location of text |
| s | text string |
Example
(graph-vtextcenter g -0.8 0. "my text here")