|
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. See the Mathematica book: Section 2.9.1, Section 2.9.7. See also: ListDensityPlot, ContourGraphics, Raster, RasterArray.
Further Examples
This creates a DensityGraphics object from a table of values of the function and displays the graphics object.
Evaluate the cell to see the graphic.
In[1]:= 
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. | |