|
SOLUTIONS
|
STATISTICAL PLOTS PACKAGE SYMBOL
PairwiseScatterPlot
creates a matrix of scatter plots comparing the data in each column of m against columns of m.
DetailsDetails
- To use
, you first need to load the Statistical Plots Package using Needs["StatisticalPlots`"].
returns a matrix of plots of the i
and j
columns of m.
has the same options as Graphics, with the following additions and changes:-
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 - With the default setting of PlotDirection, the subplot located at the i
row and j
column takes y coordinates from column i of m and x coordinates from column j of m.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

