SPLOM
SPLOM (scatterplot matrix) is a graphical display used in exploratory data analysis to show pairwise relationships among multiple quantitative variables. In a SPLOM each row and column corresponds to a variable, and each off-diagonal cell contains a scatterplot of the variable for its row against the variable for its column. Diagonal cells often display a univariate summary such as a histogram, density estimate, boxplot, or variable name.
The technique helps analysts detect correlations, nonlinear relationships, clusters, and outliers without imposing a model. It
Limitations of SPLOMs include rapid growth in the number of plots as variable count increases (O(n^2)), difficulty