ListContourPlot
Usage
• ListContourPlot[array] generates a contour plot from an array of height values.
Notes
• ListContourPlot returns a ContourGraphics object. • ListContourPlot has the same options as ContourGraphics. • ListContourPlot[array] arranges successive rows of array up the page, and successive columns across. • ListContourPlot by default generates grayscale output, in which larger values are shown lighter. • ListContourPlot[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.
|