Mathematica >
OBSOLETE MATHEMATICA SYMBOL|See Also »

DensityGraphics

As of Version 6.0, has been superseded by GraphicsComplex and related functionality.
DensityGraphics[array]
is a representation of a density plot.
  • array must be a rectangular array of real numbers, representing z values.
  • The following options can be given:
AspectRatio1ratio of height to width
AxesFalsewhether to draw axes
AxesLabelNoneaxes labels
AxesOriginAutomaticwhere axes should cross
AxesStyleAutomaticgraphics directives to specify the style for axes
BackgroundAutomaticbackground color for the plot
ColorFunctionAutomaticfunction specifying the color for each cell
ColorFunctionScalingTruewhether to scale z values before applying a color function
ColorOutputAutomatictype of color output to produce
DisplayFunction$DisplayFunctionfunction for generating output
Epilog{}graphics primitives to be rendered after the main plot
FormatType$FormatTypethe default format type for text
FrameTruewhether to put a frame around the plot
FrameLabelNoneframe labels
FrameStyleAutomaticgraphics directives giving the style for the frame
FrameTicksAutomaticframe tick marks
ImageSizeAutomaticthe absolute size at which to render the graphic in a notebook
MeshTruewhether to draw a mesh
MeshRangeAutomaticranges of x and y coordinates
MeshStyleAutomaticgraphics directives to specify the style for mesh lines
PlotLabelNonea label for the plot
PlotRangeAutomaticrange of z values to include
PlotRegionAutomaticthe final display region to be filled
Prolog{}graphics primitives to be rendered before the main plot
RotateLabelTruewhether to rotate y labels on the frame
TicksAutomatictick marks
  • can be displayed using Show.
New in 1 | Last modified in 5
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF