|
DensityPlot
DensityPlot[f, {x, xmin, xmax}, {y, ymin, ymax}] makes a density plot of f as a function of x and y.
DensityPlot[f, {x, xmin, xmax}, {y, ymin, ymax}, {zmin, zmax}] generates a plot of f over the specified z-axis range from zmin to zmax.
See also: ContourPlot.

Examples
Using InstantCalculators
Here are the InstantCalculators for the DensityPlot function. Enter the parameters for your calculation and click Calculate to see the result.
In[1]:=

In[2]:=

Entering Commands Directly
You can paste a template for this command via the Text Input button on the DensityPlot Function Controller.
In[3]:=

|