|
|
||
|
|
| ContourPlot[f, {x, xmin, xmax}, {y, ymin, ymax}] generates a contour plot of f as a function of x and y. |
| ContourPlot[f plots contour lines for which f=g. |
| ContourPlot[{f1 plots several contour lines. |
| 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 color 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 | |
| EvaluationMonitor | None | expression to evaluate at every function evaluation | |
| Exclusions | Automatic | x, y curves to exclude | |
| ExclusionsStyle | None | what to draw at excluded curves | |
| Frame | True | whether to put a frame around the plot | |
| FrameTicks | Automatic | frame tick marks | |
| MaxRecursion | Automatic | the maximum number of recursive subdivisions allowed | |
| 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 refining contours | |
| PerformanceGoal | $PerformanceGoal | aspects of performance to try to optimize | |
| PlotPoints | Automatic | the initial number of sample points in each direction | |
| 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 | |
| WorkingPrecision | MachinePrecision | the precision used in internal computations |
| © 2008 Wolfram Research, Inc. |