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

This function draws an open circle at origin (x,y) with radius r.

Parameter Description
g graph context
x, y coordinates of circle origin
r circle radius

Example

(graph-circle g 0.2 0.2 20.)
Clone this wiki locally