Mathematica 9 is now available

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.
• See Section 1.9.5.
• See also: ContourPlot.
• New in Version 1.


Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.