|
|
|||
|
|
| ListDensityPlot[array] 从数组产生一个密度图。 |
| ListDensityPlot[{{x1, y1, f1}, {x2, y2, f2}, ...}] 从指定点的值产生一个密度图。 |
| AspectRatio | 1 | 高宽比 | |
| BoundaryStyle | None | 如何绘制 RegionFunction 边界 | |
| BoxRatios | Automatic | 有效的三维边框比率 | |
| ClippingStyle | None | 如何绘制 PlotRange 剪切的值 | |
| ColorFunction | Automatic | 如何着色图形 | |
| ColorFunctionScaling | True | 是否按比例确定 ColorFunction 自变量 | |
| DataRange | Automatic | 对数据采用 x 和 y 坐标值的范围 | |
| Frame | True | 是否在图形周围绘制边框 | |
| FrameTicks | Automatic | 边框刻度标记 | |
| InterpolationOrder | None | 数据点间的插值函数中,每个变量的多项式次数 | |
| LightingAngle | None | 模拟光源的有效角度 | |
| MaxPlotPoints | Automatic | 包含点的最大数量 | |
| Mesh | None | 每个方向绘制网格线的数量 | |
| MeshFunctions | {#1&,#2&} | 如何确定网格线的放置 | |
| MeshStyle | Automatic | 网格线的样式 | |
| Method | Automatic | 插值和数据化简的方法 | |
| PerformanceGoal | $PerformanceGoal | 优化的执行方面 | |
| PlotRange | {Full,Full,Automatic} | 包含 f 的范围或其它值 | |
| PlotRangePadding | Automatic | 值的范围的填充程度 | |
| PlotRangeClipping | True | 是否剪切绘图区域 | |
| RegionFunction | (True&) | 如何确定是否包含一个点 | |
| VertexColors | Automatic | 每个点假定的颜色 |