plots
listcontplot3d
three-dimensional contour plot of a grid of values
Calling Sequence
Parameters
Description
Examples
Compatibility
listcontplot3d(G, options)
G
-
list of lists or Matrix of numeric values
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.
with⁡plots:
listcontplot3d⁡seq⁡seq⁡sin⁡x5⁢y5,x=−15..15,y=−15..15
listcontplot3d⁡Matrix⁡seq⁡seq⁡sin⁡i−15⁢j−1020⁢π,i=1..30,j=1..20
listcontplot3d⁡seq⁡seq⁡sin⁡i−15⁢j−1020⁢π,i=1..30,j=1..20,filledregions=true
The G parameter was updated in Maple 15.
See Also
ImportMatrix
plot/color
plot3d
plot3d/option
plots[contourplot3d]
plots[listcontplot]
plots[matrixplot]
readdata
Download Help Document