Legacy Documentation

Mathematica CalcCenter 2 (2002)

This is documentation for an obsolete product.
Current products and services

Documentation / CalculationCenter / Functions / Graphics / Matrix of Values /

ListPlot3D

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

FilledSmallSquare ListPlot3D[array, "style"] generates a plot of array in the designated style.

FilledSmallSquare ListPlot3D[array, "style1", "style2"] generates a plot of array in the primary style, "style1" and the secondary style, "style2".

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

FilledSmallSquare Primary plot styles for 3D plots include: Default, Technical, Minimal, Business, and Colorful.

FilledSmallSquare Secondary plot styles for 3D plots include: Frame, NoFrame, Grid, NoGrid, SmallPoints, LargePoints, Tall, Wide, ViewLeft, ViewRight, and ViewCenter.

FilledSmallSquare ListPlot3D[array, {zmin, zmax}] generates a plot of f over the specified z-axis range from zmin to zmax.

FilledSmallSquare ListPlot3D[array, "style", {zmin, zmax}] combines both specifications for plot style and z-axis range.

FilledSmallSquare See also: ListContourPlot, ListDensityPlot, Plot3D.

Examples

Using InstantCalculators

Here are the InstantCalculators for the ListPlot3D function. Enter the parameters for your calculation and click Calculate to see the result.

In[1]:=

In[2]:=

Entering Commands Directly

You can paste a command directly into your notebook by clicking the Text Input button on the ListPlot3D Function Controller.

Here is a 3D plot made from a perturbed list of data.

In[3]:=



ja