disk - Maple Help

Online Help

All Products    Maple    MapleSim


plottools

  

disk

  

generate 2-D plot object for a disk

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

disk([x, y], r, options)

Parameters

[x, y]

-

center of the disk

r

-

(optional) radius of the disk; default is 1

options

-

(optional) equations of the form option=value. For a complete list, see plot/options.

Description

• 

The disk command creates a two-dimensional plot data object, which when displayed is a disk of radius r centered at [x,y].

• 

The plot data object produced by the disk 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:

displaydisk1,1,5,color=red

See Also

plot/options

plot/structure

plots[display]

plottools

plottools[arc]

plottools[circle]