Creates a 3D plot from data.
ListPlot3D[{{f11, …, f1 n}, …, {fm 1, …, f mn}}]
ListPlot3D[{{x1, y1, f1}, …, {xk, yk, fk}}]
ListPlot3D[{data1, data2, …}]
ListPlot3D[{{0, 0, 1}, {1, 0, 0}, {0, 1, 0}}, Mesh -> All]
→ -Graphics3D-ListPlot3D[{{1, 1, 1, 1}, {1, 2, 1, 2}, {1, 1, 3, 1}, {1, 2, 1, 4}}, Mesh -> All]
→ -Graphics3D-- Axes — default True
- BoundaryStyle — default Automatic
- BoxRatios — default { 1 , 1 , 0.4 }
- ClippingStyle — default Automatic
- ColorFunction — default Automatic
- ColorFunctionScaling — default True
- DataRange — default Automatic
- Filling — default None
- FillingStyle — default Opacity [ 0.5 ]
- InterpolationOrder — default None
- IntervalMarkers — default Automatic
- IntervalMarkersStyle — default Automatic
- LabelingSize — default Automatic
- MaxPlotPoints — default Automatic
- Mesh — default Automatic
- MeshFunctions — default { #1& , #2& }
- MeshShading — default None
- MeshStyle — default Automatic
- Method — default Automatic
- NormalsFunction — default Automatic
- PerformanceGoal — default $PerformanceGoal
- PlotFit — default None
- PlotFitElements — default Automatic
- PlotLabels — default None
- PlotLegends — default None
- PlotRange — default { Full , Full , Automatic }
- PlotRangePadding — default Automatic
- PlotStyle — default Automatic
- PlotTheme — default $PlotTheme
- RegionFunction — default ( True & )
- ScalingFunctions — default None
- TextureCoordinateFunction — default Automatic
- TextureCoordinateScaling — default True
- VertexColors — default Automatic
- VertexNormals — default Automatic