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