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

Places the origin of the graph x inches to the right and y inches above the lower left corner of the page. The axis coordinate system becomes identical to the inch coordinate system.

Parameter Description
g graph context
x x position
y y position

Example

(define g (graph-new 330 290))
(graph-aorigin g 1.1 0.75)
Clone this wiki locally