|
SOLUTIONS
|
MATHEMATICA 内置符号
ListPointPlot3D
ListPointPlot3D[{{x1, y1, z1}, {x2, y2, z2}, ...}]
对坐标为
的点产生一个三维散点图.
ListPointPlot3D[array]
用一个二维数组的高度值生成一个三维散点图.
ListPointPlot3D[{data1, data2, ...}]
绘制几个点集的曲线图,默认情况下使用不同颜色.
更多信息更多信息
- ListPointPlot3D 具有与 Graphics3D 相同的选项,并可用有以下附加和变动:
-
Axes True 是否绘制轴线 BoxRatios {1,1,0.4} 三维边界框的比率 ColorFunction Automatic 如何确定点的颜色 ColorFunctionScaling True 是否按尺度缩放 ColorFunction 的参数 DataRange Automatic 对数据假定 x 和 y 值的范围 Filling None 如何对各点进行茎向填充 FillingStyle Automatic 填充使用的样式 PlotRange {Full,Full,Automatic} z 的范围或其它包含的值 PlotRangePadding Automatic 填充范围 PlotStyle Automatic 指定点的样式的图形命令 RegionFunction (True&) 如何确定一个点是否应该被包含 - ListPointPlot3D[{data1, data2, ...}] 默认情况下使用不同的颜色指明来自不同列表的点.
- 用 Tooltip、StatusArea 或 Annotation 能为点或点的列表指定交互式标签.
- 选项设置 Filling->Automatic 显示所有基本点.
- ListPointPlot3D[array] 默认情况下,每一个数据点的 x 和 y 坐标值是以 1 开始的一系列整数.
- array 中的元素也可以是三元组
,在精确位置
指定高度
. - 在默认的情况下,没有给出精确的 x 和 y 时,设置 DataRange->{{xmin, xmax}, {ymin, ymax}} 指定要使用的坐标值的范围.
- 默认设置 DataRange->Automatic 下,ListPointPlot3D[{{a11, a12, a13}, ..., {an1, an2, an3}}] 将假定数据用
给出,而不是一个高度值的
×3 数组. - ListPointPlot3D[list, DataRange->All] 通常使用 list 来表示一个高度值数组.
- array 可以是一个 SparseArray 对象.
- 在 MeshFunctions 和 RegionFunction 中为函数提供的自变量是 x、y 和 z. 在 ColorFunction 中的函数默认情况下提供这些自变量的尺度缩放后的版本.
- ListPointPlot3D 返回 Graphics3D[data].
版本 6 的新功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »





