Syntax
ARC'(x,y,r{,aspect{,startpoint,endpoint{,pieflag}}})
Description
The 'ARC' mnemonic draws a circle (or portion) with center at x,y with radius r. When given, aspect defines an ellipse. The startpoint and endpoint may be defined to plot an arc instead of a circle. If startpoint and endpoint are defined, pieflag may be given to connect the endpoints of the arc to the center point for creating pie charts.
| Parameter | Description | 
| x | Horizontal position of the center of a circle. | 
| y | Vertical position of the center of a circle. | 
| r | Radius of the arc. | 
| aspect | Defines an ellipse. | 
| startpoint | Starting point of an arc | 
| endpoint | End point of an arc. | 
| pieflag | Connects the start and end points of an arc to a center point to form a pie shape. |