graph aorigin - part-cw/lambdanative GitHub Wiki
(graph-aorigin g x y)
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)