Mathematica 9 is now available

ListPlot3D

Usage

ListPlot3D[array] 产生一个表示高度值的数组的三维曲面图。
ListPlot3D[array, shades]产生一个曲面每个元素根据shades中的规范画阴影的图。


Notes

ListPlot3D 返回 SurfaceGraphics对象.
ListPlot3DSurfaceGraphics有相同的选项。
ListPlot3D 有缺省选项设置 Axes -> True.
array 应当是一个表示  值的实数数组。曲面在相应于没有任何实数的数组元素上有一个洞。
• 如果 array 有维数  , 则必须有维数  .
shades的元素必须是 GrayLevel, HueRGBColor, 或 SurfaceColor 对象.
• 参见 Mathematica 全书: 1.9.9.
• 同时参见: Plot3D.
Further Examples

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

Evaluate the cell to see the graphic.

In[1]:=  



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.