|
|
|||
|
|
| Built-in Mathematica Symbol | See Also »|More About » |
| ArrayPlot[array] generates a plot in which the values in an array are shown in a discrete array of squares. |
| None | background color | |
| color directive | specified color |
| AspectRatio | Automatic | ratio of height to width | |
| ClippingStyle | None | how to show cells whose values are clipped | |
| ColorFunction | Automatic | how each cell should be colored | |
| ColorFunctionScaling | True | whether to scale the argument to ColorFunction | |
| ColorRules | Automatic | rules for determining colors from values | |
| DataRange | All | the range of | |
| DataReversed | False | whether to reverse the order of rows | |
| Frame | Automatic | whether to draw a frame around the plot | |
| FrameLabel | None | labels for rows and columns | |
| FrameTicks | None | what ticks to include on the frame | |
| MaxPlotPoints | Infinity | the maximum number of points to include | |
| Mesh | False | whether to draw a mesh | |
| MeshStyle | GrayLevel[GoldenRatio-1] | the style to use for a mesh | |
| PixelConstrained | False | how to constrain cells to align with pixels | |
| PlotRange | All | the range of values to plot | |
| PlotRangeClipping | True | whether to clip at the plot range |
Plot an array of numbers:
Give explicit color directives to specify colors for individual cells:
Specify overall color rules:
Include a mesh:
Plot a table of data:
Use a standard blend as a color function:
|
| © 2013 Wolfram Research, Inc. |