Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Statistical Plots >

PairwiseScatterPlot

PairwiseScatterPlot[m]
creates a matrix of scatter plots comparing the data in each column of m against columns of m.
  • PairwiseScatterPlot returns a matrix of plots of the ith and jth columns of m.
  • PairwiseScatterPlot has the same options as Graphics, with the following additions and changes:
DataLabelsNonelabels for the columns of m
DataRangesAllrange limits on the data
DataSpacing0space to place between subplots
DataTicksNonetick specifications for the columns
PlotDirection{Right, Down}direction in which scatter plots are generated
PlotRangeAllrange limits on the subplots
PlotStyleAutomaticstyles for the subplots
  • With the default setting of PlotDirection, the subplot located at the ith row and jth column takes y coordinates from column i of m and x coordinates from column j of m.
Needs["StatisticalPlots`"]
Plot pairs of columns from trivariate data:
In[2]:=
Click for copyable input
Out[2]=
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team