Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

This function draws right-aligned text at position (x,y).

Parameter Description
g graph context
x,y location of text
s text string

Example

(graph-htextright g 400 0.3 "Right-aligned text here")
Clone this wiki locally