|
|
|||
|
|
| ListContourPlot[array] generates a contour plot from an array of height values. |
| ListContourPlot[{{x1, y1, f1}, {x2, y2, f2}, ...}] generates a contour plot from values defined at specified points. |
| AspectRatio | 1 | ratio of height to width | |
| BoundaryStyle | None | how to draw RegionFunction boundaries | |
| ClippingStyle | None | how to draw values clipped by PlotRange | |
| ColorFunction | Automatic | how to determine the color of regions between contour lines | |
| ColorFunctionScaling | True | whether to scale the argument to ColorFunction | |
| ContourLabels | None | how to label contour levels | |
| Contours | Automatic | how many or what contours to use | |
| ContourShading | Automatic | how to shade regions between contours | |
| ContourStyle | Automatic | the style for contour lines | |
| DataRange | Automatic | the range of x and y values to assume for data | |
| Frame | True | whether to draw a frame around the plot | |
| FrameTicks | Automatic | frame tick marks | |
| InterpolationOrder | None | the polynomial degree in each variable of the function interpolated between data points | |
| MaxPlotPoints | Automatic | the maximum number of points to include | |
| Mesh | None | how many mesh lines in each direction to draw | |
| MeshFunctions | {} | how to determine the placement of mesh lines | |
| MeshStyle | Automatic | the style for mesh lines | |
| Method | Automatic | the method to use for interpolation and data reduction | |
| PerformanceGoal | $PerformanceGoal | aspects of performance to try to optimize | |
| PlotRange | {Full,Full,Automatic} | the range of f or other values to include | |
| PlotRangeClipping | True | whether to clip at the plot range | |
| PlotRangePadding | Automatic | how much to pad the range of values | |
| RegionFunction | (True&) | how to determine whether a point should be included |
| © 2013 Wolfram Research, Inc. |