THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE
DOCUMENTATION CENTER
FOR THE LATEST INFORMATION.
Built-in Functions
Graphics and Sound
Graphics Primitives
DensityGraphics
Usage
•
DensityGraphics[
array
]
is a representation of a density plot.
Notes
•
array
must be a rectangular array of real numbers, representing
values.
• The following options can be given:
AspectRatio
1
ratio of height to width
Axes
False
whether to draw axes
AxesLabel
None
axes labels
AxesOrigin
Automatic
where axes should cross
AxesStyle
Automatic
graphics directives to specify the style for axes
Background
Automatic
background color for the plot
ColorFunction
Automatic
function specifying the color for each cell
ColorFunctionScaling
True
whether to scale
values before applying a color function
ColorOutput
Automatic
type of color output to produce
DefaultColor
Automatic
the default color for plot elements
DisplayFunction
$DisplayFunction
function for generating output
Epilog
{}
graphics primitives to be rendered after the main plot
FormatType
$FormatType
the default format type for text
Frame
True
whether to put a frame around the plot
FrameLabel
None
frame labels
FrameStyle
Automatic
graphics directives giving the style for the frame
FrameTicks
Automatic
frame tick marks
ImageSize
Automatic
the absolute size at which to render the graphic in a notebook
Mesh
True
whether to draw a mesh
MeshRange
Automatic
ranges of
and
coordinates
MeshStyle
Automatic
graphics directives to specify the style for mesh lines
PlotLabel
None
a label for the plot
PlotRange
Automatic
range of
values to include
PlotRegion
Automatic
the final display region to be filled
Prolog
{}
graphics primitives to be rendered before the main plot
RotateLabel
True
whether to rotate
labels on the frame
TextStyle
$TextStyle
the default style for text
Ticks
Automatic
tick marks
•
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
© 2008 Wolfram Research, Inc.
•
Terms of Use
•
Privacy Policy
Sign up for our newsletter: