|
|
|||
|
|
| ListPlot3D[array] 产生一个表示高度值的数组的三维曲面图。 |
| ListPlot3D[{{x1, y1, z1}, {x2, y2, z2}, ...}] 产生一个曲面图,在 {xi, yi} 处的高度为 zi。 |
| ListPlot3D[{data1, data2, ...}] 绘制对应每个 datai 的表面。 |
| Axes | True | 是否绘制轴 | |
| BoundaryStyle | Automatic | 是否绘制表面边界线 | |
| BoxRatios | {1,1,0.4} | 边界框的三维比例 | |
| ClippingStyle | Automatic | 如何绘制剪切的部分表面 | |
| ColorFunction | Automatic | 如何确定表面颜色 | |
| ColorFunctionScaling | True | 是否按比例转换自变量到 ColorFunction | |
| DataRange | Automatic | 数据采用 x 和 y 值的范围 | |
| Filling | None | 表面以下填充 | |
| FillingStyle | Opacity[0.5] | 填充的样式 | |
| InterpolationOrder | None | 连接数据点的表面中,每个变量的多项式的次数 | |
| MaxPlotPoints | Automatic | 包含的最多点 | |
| Mesh | Automatic | 每个方向绘制网格线的数量 | |
| MeshFunctions | {#1&,#2&} | 如何确定网格线分布 | |
| MeshShading | None | 如何对网格线之间的区域制造阴影 | |
| MeshStyle | Automatic | 网格线样式 | |
| Method | Automatic | 用于插补和数据化简的方法 | |
| NormalsFunction | Automatic | 如何确定表面的法向量 | |
| PerformanceGoal | $PerformanceGoal | 优化执行的性能 | |
| PlotRange | {Full,Full,Automatic} | 包含 z 或其它值的范围 | |
| PlotRangePadding | Automatic | 填满值范围的数量 | |
| PlotStyle | Automatic | 指定表面样式的图形指令 | |
| RegionFunction | (True&) | 如何确定是否应包含点 | |
| VertexColors | Automatic | 假定每个点的颜色 | |
| VertexNormals | Automatic | 每个点假定的法向方向 |