|
|
|||
|
|
| Built-in Mathematica Symbol | See Also »|More About » |
ListPointPlot3D |
| ListPointPlot3D[{{x1, y1, z1}, {x2, y2, z2}, ...}] generates a 3D scatter plot of points with coordinates {xi, yi, zi}. |
| ListPointPlot3D[array] generates a 3D scatter plot of points with a 2D array of height values. |
| ListPointPlot3D[{data1, data2, ...}] plots several collections of points, by default in different colors. |
| Axes | True | whether to draw axes | |
| BoxRatios | {1,1,0.4} | bounding 3D box ratios | |
| ColorFunction | Automatic | how to determine the color of points | |
| ColorFunctionScaling | True | whether to scale arguments to ColorFunction | |
| DataRange | Automatic | the range of x and y values to assume for data | |
| Filling | None | how to fill in stems for each point | |
| FillingStyle | Automatic | style to use for filling | |
| PlotRange | {Full,Full,Automatic} | the range of z or other values to include | |
| PlotRangePadding | Automatic | how much to pad the range of values | |
| PlotStyle | Automatic | graphics directives to specify the styles of points | |
| RegionFunction | (True&) | how to determine whether a point should be included |
| © 2013 Wolfram Research, Inc. |