plottools
circle
generate 2-D plot object for a circle
Calling Sequence
Parameters
Description
Examples
circle(c, r, options)
c
-
center of the circle
r
(optional) radius of the circle; default=1.0
options
(optional) equations of the form option=value. For a complete list, see plot/options.
The circle command creates a two-dimensional plot data object, which when displayed is a circle of radius r centered at c.
To create a filled circle, use plottools[disk] instead.
The plot data object produced by the circle 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:
c1≔circle⁡1,1,1,color=blue:
c2≔circle⁡12,1,12,color=red:
display⁡c1,c2
See Also
plot/options
plot/structure
plots[display]
plottools[arc]
plottools[disk]
Download Help Document
What kind of issue would you like to report? (Optional)