graph setcoord - part-cw/lambdanative GitHub Wiki
(graph-setcoord g t)
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)