circle - Maple Help

Online Help

All Products    Maple    MapleSim


plottools

  

circle

  

generate 2-D plot object for a circle

 

Calling Sequence

Parameters

Description

Examples

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.

• 

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.

Examples

withplottools:

withplots:

c1circle1,1,1,color=blue:

c2circle12,1,12,color=red:

displayc1,c2

See Also

plot/options

plot/structure

plots[display]

plottools

plottools[arc]

plottools[disk]