Creates a density plot from a list of values or {x y z} triples.
ListDensityPlot[{{f11, …, f1 n}, …, {fm 1, …, f mn}}]
ListDensityPlot[{{x1, y1, f1}, …, {xk, yk, fk}}]
ListDensityPlot[{{0, 0, 1}, {1, 0, 0}, {0, 1, 0}}, Mesh -> All]
→ -Graphics-ListDensityPlot[{{1, 1, 1, 1}, {1, 2, 1, 2}, {1, 1, 3, 1}, {1, 2, 1, 4}}, Mesh -> All]
→ -Graphics-ListDensityPlot[Table[Sin[x y], {x, 0, 3, 0.1}, {y, 0, 3, 0.1}], Mesh -> All]
→ -Graphics-- AspectRatio — default 1
- BoundaryStyle — default None
- BoxRatios — default Automatic
- ClippingStyle — default None
- ColorFunction — default Automatic
- ColorFunctionScaling — default True
- DataRange — default Automatic
- Frame — default True
- FrameTicks — default Automatic
- InterpolationOrder — default None
- LightingAngle — default None
- MaxPlotPoints — default Automatic
- Mesh — default None
- MeshFunctions — default { #1& , #2& }
- MeshStyle — default Automatic
- Method — default Automatic
- PerformanceGoal — default $PerformanceGoal
- PlotFit — default None
- PlotFitElements — default Automatic
- PlotLayout — default Automatic
- PlotLegends — default None
- PlotRange — default { Full , Full , Automatic }
- PlotRangePadding — default Automatic
- PlotRangeClipping — default True
- PlotTheme — default $PlotTheme
- RegionFunction — default ( True & )
- ScalingFunctions — default None
- VertexColors — default Automatic