Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Graphics and Sound / 3D Plots /

ListPlot3D

FilledSmallSquare ListPlot3D[array] generates a three-dimensional plot of a surface representing an array of height values.

FilledSmallSquare ListPlot3D[array, shades] generates a plot with each element of the surface shaded according to the specification in shades.

FilledSmallSquare ListPlot3D returns a SurfaceGraphics object.

FilledSmallSquare ListPlot3D has the same options as SurfaceGraphics.

FilledSmallSquare ListPlot3D has the default option setting Axes -> True.

FilledSmallSquare array should be a rectangular array of real numbers, representing values. There will be holes in the surface corresponding to any array elements that are not real numbers.

FilledSmallSquare If array has dimensions , then shades must have dimensions .

FilledSmallSquare The elements of shades must be either GrayLevel, Hue or RGBColor, or SurfaceColor objects.

FilledSmallSquare See Section 1.9.8.

FilledSmallSquare See also: Plot3D.

FilledSmallSquare Related packages: Graphics`Graphics3D`, DiscreteMath`ComputationalGeometry`.

FilledSmallSquare New in Version 1.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.