listcontplot3d - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Graphics : Packages : plots : listcontplot3d

plots

  

listcontplot3d

  

three-dimensional contour plot of a grid of values

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

listcontplot3d(G, options)

Parameters

G

-

list of lists or Matrix of numeric values

Description

• 

The listcontplot3d function creates a 3-D contour plot of a grid (list of lists or Matrix) of numeric values.

• 

Remaining arguments are interpreted as plot options. See plot3d[option] for a list of possible options.

• 

Option levels is provided as a synonym of the option contours. Either of these specifies the number of contours to draw, the default being eight.

• 

The filledregions=true option can be specified to obtain a filled contour plot. The coloring option can, in this case, be used to specify a gradation in color, or color range. The default is a color range from red to yellow. To specify a color range, use the form coloring=[a,b], where a and b refer to colors recognized by plot3d. See plot[color] for an explanation of colors.

• 

Data saved in external files may be imported into a Matrix with the ImportMatrix command and passed to listcontplot3d.  

Examples

withplots:

listcontplot3dseqseqsinx5y5,x=15..15,y=15..15

listcontplot3dMatrixseqseqsini15j1020π,i=1..30,j=1..20

listcontplot3dseqseqsini15j1020π,i=1..30,j=1..20,filledregions=true

Compatibility

• 

The G parameter was updated in Maple 15.

See Also

ImportMatrix

plot/color

plot3d

plot3d/option

plots[contourplot3d]

plots[listcontplot]

plots[matrixplot]

readdata