|
|
||
|
|
| DensityPlot[f, {x, xmin, xmax}, {y, ymin, ymax}] makes a density plot of f as a function of x and y. |
| 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 the plot | |
| ColorFunctionScaling | True | whether to scale the argument to ColorFunction | |
| 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 draw 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 | {#1&,#2&} | how to determine the placement of mesh lines | |
| MeshStyle | Automatic | the style for mesh lines | |
| Method | Automatic | the method to use for refining the plot | |
| PerformanceGoal | $PerformanceGoal | aspects of performance to try to optimize | |
| PlotPoints | Automatic | the initial number of sample points for the function 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. |