ListDensityPlot
Usage
• ListDensityPlot[array] generates a smooth density plot from an array of values.
Notes
• ListDensityPlot returns a DensityGraphics object. • ListDensityPlot has the same options as DensityGraphics. • ListDensityPlot[array] arranges successive rows of array up the page, and successive columns across. • ListDensityPlot by default generates grayscale output, in which larger values are shown lighter. • ListDensityPlot[array] by default takes the  and  coordinate values for each data point to taken to be successive integers starting at 1. • New in Version 1.
|