DensityPlot
Usage
• DensityPlot[f, {x, , }, {y, , }] makes a density plot of f as a function of x and y.
Notes
• DensityPlot evaluates its arguments in a non-standard way (see Section A.4.2). You should use Evaluate to evaluate the function to be plotted if this can safely be done before specific numerical values are supplied. • DensityPlot by default generates grayscale output, in which larger values are shown lighter. • DensityPlot has the same options as DensityGraphics, with the following additions:
| Compiled | True | whether to compile the function to plot | | PlotPoints | 25 | the number of points in each direction at which to sample the function |
• DensityPlot has the default option setting Frame -> True. • DensityPlot returns a DensityGraphics object, with the MeshRange option set. • New in Version 1.
|