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

This function sets the currently active coordinate system to either the x- and y-axes (GRAPH_AXIS) or the physical coordinates of the device (GRAPH_PHYS).

Parameter Description
g graph context
t coordinate type, GRAPH_AXIS or GRAPH_PHYS

Example

(graph-setcoord g GRAPH_PHYS)
Clone this wiki locally