PairwiseSmoothDensityHistogram
PairwiseSmoothDensityHistogram[{{y11,…,y1n},…,{ym1,…,ymn}}]
creates an array of smooth density histograms by plotting the data columns against each other in pairs.
Details and Options
- PairwiseSmoothDensityHistogram is a form of plot matrix.
- It plots high-dimensional data by creating a grid of individual plots of just two data columns at a time.
- The plot compares column yi={y1i,y2i,…,ymi} against column yj={y1j,y2j,…,ymj} by plotting a smooth density histogram of the points {ykj,yki} in panel {i,j}.
- The panel at row and column shows how the data columns yi and yj relate to each other. There are different types of features of the data that can be identified from those panels. Once the feature has been identified, it can also be quantified by further analysis of the data.
- Correlation and covariance are measures of dependence between variables:
- Use Correlation and Covariance to do detailed analysis of correlation.
- The density of points is a measure of the number of points per unit area. The panels in PairwiseSmoothDensityHistogram effectively show the two-dimensional marginal densities:
- Use PairwiseDensityHistogram and PairwiseSmoothDensityHistogram to more directly visualize the densities.
- Clusters are groups of similar points, indicating categories:
- PairwiseSmoothDensityHistogram takes the same options as Graphics, with the following changes and additions: [List of all options]
-
AspectRatio 1 ratio of height to width for each panel Background None background to use for each plot Frame Automatic whether to draw frames around each panel FrameTicks Automatic whether to label frame edges with ticks and labels GridLines Automatic whether to include gridlines in panels GridLinesStyle Automatic style for gridlines HeaderAlignment Center horizontal and vertical alignments of headers HeaderBackground Automatic background colors to use for headers HeaderDisplayFunction Automatic function to use to format headers Headers Automatic labels to use for each data column yi HeaderStyle None styles to use for headers PerformanceGoal $PerformanceGoal aspects of performance to try to optimize PlotHighlighting Automatic highlighting effect for points PlotLayout Automatic how to arrange the panels PlotLegends Automatic legends for data PlotMarkers None markers to use to indicate each point PlotStyle Automatic graphics directives to determine styles of points PlotTheme $PlotTheme overall theme for the plot Spacings Automatic horizontal and vertical spacings - PlotLayout can have the following settings:
-
"Descending" data columns going down and to the right "Ascending" data columns going up and to the right "DescendingHalfMatrix" lower half of the descending layout "AscendingHalfMatrix" upper half of the ascending layout - Headers specifies the labels to use for each column in the data, and will generally be displayed above each column and after each row in the final plot.
- Possible settings include:
-
None leave the plot columns and rows unlabeled Automatic automatically label columns and rows All always include column and row labels "Indexed" number the columns and rows 1, 2, …, n {lbl1,lbl2,…,lbln} use the given labels lbli - HeaderAlignment determines how data column labels are aligned with regard to the plot columns and rows.
- HeaderAlignment can take the following forms:
-
Center center the labels in the header positions {h,v} separate horizontal and vertical alignments within the header position {cols,rows} use col for plot columns and row for plot rows - HeaderBackground and HeaderStyle can take the following forms:
-
None use ambient styling sty use the style sty for all headers {sty1,sty2,…,styn} use the given styles styi for successive headers {cols,rows} use col for plot columns and row for plot rows - HeaderDisplayFunction determines how headers are displayed.
- Possible settings are:
-
Automatic automatic formatting None use unprocessed labels - The arguments to ColorFunction are yi1,yi2,…,yin. By default, the color function arguments are scaled per data column to be between 0 and 1.
- Use ColorFunctionScalingNone to use unscaled values, or ColorFunctionScaling{cfsc1,cfsc2,…} to selectively scale column values.
- Possible settings for PlotHighlighting include:
-
Automatic automatically highlight positions in the panels None disable interactive highlighting -
AlignmentPoint Center the default point in the graphic to align with AspectRatio 1 ratio of height to width for each panel Axes False whether to draw axes AxesLabel None axes labels AxesOrigin Automatic where axes should cross AxesStyle {} style specifications for the axes Background None background to use for each plot BaselinePosition Automatic how to align with a surrounding text baseline BaseStyle {} base style specifications for the graphic ContentSelectable Automatic whether to allow contents to be selected CoordinatesToolOptions Automatic detailed behavior of the coordinates tool Epilog {} primitives rendered after the main plot FormatType TraditionalForm the default format type for text Frame Automatic whether to draw frames around each panel FrameLabel None frame labels FrameStyle {} style specifications for the frame FrameTicks Automatic whether to label frame edges with ticks and labels FrameTicksStyle {} style specifications for frame ticks GridLines Automatic whether to include gridlines in panels GridLinesStyle Automatic style for gridlines HeaderAlignment Center horizontal and vertical alignments of headers HeaderBackground Automatic background colors to use for headers HeaderDisplayFunction Automatic function to use to format headers Headers Automatic labels to use for each data column yi HeaderStyle None styles to use for headers ImageMargins 0. the margins to leave around the graphic ImagePadding All what extra padding to allow for labels etc. ImageSize Automatic the absolute size at which to render the graphic LabelStyle {} style specifications for labels Method Automatic details of graphics methods to use PerformanceGoal $PerformanceGoal aspects of performance to try to optimize PlotHighlighting Automatic highlighting effect for points PlotLabel None an overall label for the plot PlotLayout Automatic how to arrange the panels PlotLegends Automatic legends for data PlotMarkers None markers to use to indicate each point PlotRange All range of values to include PlotRangeClipping False whether to clip at the plot range PlotRangePadding Automatic how much to pad the range of values PlotRegion Automatic the final display region to be filled PlotStyle Automatic graphics directives to determine styles of points PlotTheme $PlotTheme overall theme for the plot PreserveImageOptions Automatic whether to preserve image options when displaying new versions of the same graphic Prolog {} primitives rendered before the main plot RotateLabel True whether to rotate y labels on the frame Spacings Automatic horizontal and vertical spacings Ticks Automatic axes ticks TicksStyle {} style specifications for axes ticks
List of all options
Examples
open allclose allBasic Examples (3)
Options (19)
AspectRatio (2)
By default, PairwiseSmoothDensityHistogram uses an equal height-to-width ratio:
ColorFunction (3)
GridLines (2)
Headers (3)
By default, PairwiseSmoothDensityHistogram does not label columns:
HeaderBackground (2)
By default, PairwiseSmoothDensityHistogram uses a white header background:
PlotLayout (3)
PlotTheme (2)
Text
Wolfram Research (2024), PairwiseSmoothDensityHistogram, Wolfram Language function, https://reference.wolfram.com/language/ref/PairwiseSmoothDensityHistogram.html.
CMS
Wolfram Language. 2024. "PairwiseSmoothDensityHistogram." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/PairwiseSmoothDensityHistogram.html.
APA
Wolfram Language. (2024). PairwiseSmoothDensityHistogram. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/PairwiseSmoothDensityHistogram.html