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