Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Construct a scatter plot matrix
ResourceFunction["PairwiseScatterPlot"][m] creates a matrix of scatter plots comparing the data in each column of m against other columns of m. |
| "DataLabels" | None | labels for the columns of m |
| "DataRanges" | All | range limits on the data |
| "DataSpacing" | 0 | space to place between subplots |
| "DataTicks" | None | tick specifications for the columns |
| "PlotDirection" | {Right, Down} | direction in which scatter plots are generated |
| PlotRange | All | range limits on the subplots |
| PlotStyle | Automatic | styles for the subplots |
Plot pairs of columns from trivariate data:
| In[1]:= |
| Out[1]= | ![]() |
Use matrix column numbers as labels:
| In[2]:= |
| Out[2]= | ![]() |
Give explicit labels:
| In[3]:= |
| Out[3]= | ![]() |
Limit the range of data values:
| In[4]:= |
| Out[4]= | ![]() |
Include nonzero spacing between plots:
| In[5]:= |
| Out[5]= | ![]() |
Use automatically generated ticks:
| In[6]:= |
| Out[6]= | ![]() |
Define explicit tick positions:
| In[7]:= |
| Out[7]= | ![]() |
Plot with x indices increasing toward the right and y indices increasing upward:
| In[8]:= |
| Out[8]= | ![]() |
Visualize the covariance matrix for some multivariate data:
| In[9]:= |
| In[10]:= |
| Out[10]= | ![]() |
Overlap pairwise plots:
| In[11]:= |
| Out[11]= | ![]() |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License