plottools[circle] - generate 2-D plot object for a circle
|
Calling Sequence
|
|
circle(c, r, options)
|
|
Parameters
|
|
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.
|
|
|
|
|
Description
|
|
•
|
The circle command creates a two-dimensional plot data object, which when displayed is a circle of radius r centered at c.
|
•
|
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.
|
|
|
Download Help Document
Was this information helpful?