plottools
arc
generate an arc of a circle
Calling Sequence
Parameters
Description
Examples
arc(c, r, a..b, options)
c
-
center of the circle
r
radius of the circle
a
starting angle (in radians)
b
finishing angle (in radians)
options
(optional) equations of the form option=value. For a complete list, see plot/options.
The arc command creates a two-dimensional plot data object, which when displayed is an arc of the circle of radius r centered at c. The starting and finishing angles of the arc are specified with the range a..b, respectively.
The plot data object produced by the arc command can be used in a PLOT data structure, or displayed using the plots[display] command.
Remaining arguments are interpreted as options, which are specified as equations of the form option = value. For more information, see plottools and plot/options.
with⁡plottools:
with⁡plots:
display⁡arc⁡0,0,1,π2..π
a≔arc⁡3,0,1,0..π:
display⁡a,color=red,scaling=constrained
See Also
plot/options
plot/structure
plots[display]
plottools[circle]
Download Help Document