Plots 3D curves through a matrix of heights or lists of points.
ListLinePlot3D[{{x1, y1, z1}, {x2, y2, z2}, …, {xn, yn, zn}}]
ListLinePlot3D[{{z11, z12, …, z1 n}, …, {zm 1, zm 2, …, z mn}}]
ListLinePlot3D[{data1, data2, …}]
Head[ListLinePlot3D[Table[Sin[j^2 + i], {i, 0, 3, 0.25}, {j, 0, 3, 0.1}]]]
→ Graphics3D- Axes — default True
- BoxRatios — default { 1 , 1 , 0.4 }
- ColorFunction — default Automatic
- ColorFunctionScaling — default True
- DataRange — default Automatic
- Filling — default None
- FillingStyle — default Automatic
- IntervalMarkers — default Automatic
- IntervalMarkersStyle — default Automatic
- Joined — default True
- LabelingFunction — default Automatic
- LabelingSize — default Automatic
- Mesh — default None
- MeshFunctions — default { #1& }
- MeshShading — default None
- MeshStyle — default Automatic
- PerformanceGoal — default $PerformanceGoal
- PlotFit — default None
- PlotFitElements — default Automatic
- PlotLabels — default None
- PlotLegends — default None
- PlotMarkers — default None
- PlotRange — default { Full , Full , Automatic }
- PlotRangePadding — default Automatic
- PlotStyle — default Automatic
- PlotTheme — default $PlotTheme
- RegionFunction — default ( True & )
- ScalingFunctions — default None