|
DensityGraphics
DensityGraphics[array] is a representation of a density plot.
array must be a rectangular array of real numbers, representing values.
The following options can be given:

DensityGraphics can be displayed using Show.
DensityGraphics is generated by DensityPlot and ListDensityPlot.
DensityGraphics[g] converts ContourGraphics and SurfaceGraphics objects to DensityGraphics. The resulting graphics can be rendered using Show.
Graphics[DensityGraphics[ ... ]] generates a representation in terms of an ordinary Graphics object.
SparseArray objects can be used in DensityGraphics.
See Section 2.10.1 and Section 2.10.7.
See also: ListDensityPlot, ContourGraphics, Raster, RasterArray.
New in Version 1.
Further Examples
|