Mathematica 9 is now available

Graphics3DContourGraphics

SurfaceGraphics

FilledSmallSquareSurfaceGraphics[array] is a representation of a three-dimensional plot of a surface, with heights of each point on a grid specified by values in array.

FilledSmallSquareSurfaceGraphics[array, shades] represents a surface, whose parts are shaded according to the array shades.

FilledSmallSquareSurfaceGraphics can be displayed using Show.

FilledSmallSquareSurfaceGraphics has the same options as Graphics3D, with the following additions:

FilledSmallSquareSurfaceGraphics does not support the options PolygonIntersections and RenderAll available for Graphics3D.

FilledSmallSquare For SurfaceGraphics, the default setting for BoxRatios is BoxRatios -> {1, 1, 0.4}.

FilledSmallSquarearray 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 GrayLevel, Hue or RGBColor directives, or SurfaceColor objects.

FilledSmallSquareGraphics3D[SurfaceGraphics[ ... ]] can be used to convert a SurfaceGraphics object into the more general Graphics3D representation.

FilledSmallSquareSurfaceGraphics is generated by Plot3D and ListPlot3D.

FilledSmallSquare See The Mathematica Book: Section 1.9.7, Section 2.9.1 and Section 2.9.11.

FilledSmallSquare See also: ListPlot3D, Plot3D, ContourGraphics, DensityGraphics.

Further Examples

Graphics3DContourGraphics



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.