Skip to content
Chris Petersen edited this page Oct 16, 2014 · 2 revisions

This function draws horizontal centered text at position (x,y).

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

Example

(graph-htextcenter g 0. -0.8 "this is a text string")

Clone this wiki locally