After you can draw pixels and lines, the next step will be drawing circles. The computer knows how to automatically
draw a circle, centered at any (x,y) point with some radius. Circles are drawn using the circle function, which
works like this:
circle(x,y,R)
Move the mouse over a dotted box for more information.
Now you try. Plot a lines using circle.
Type your code here:
See your results here:
Share your code
Show a friend, family member, or teacher what you've done!