|
SOLUTIONS
|
STATISTICAL PLOTS PACKAGE SYMBOL
PlotDirection
![]()
is an option for PairwiseScatterPlot that specifies the direction in which scatter plots are generated.
DetailsDetails
- To use
, you first need to load the Statistical Plots Package using Needs["StatisticalPlots`"]. - A valid setting is a list
, where the horizontal direction h can be Right or Left, and the vertical direction v can be
or
. - With the setting
, the subplot comparing the first column of data with itself is placed in a corner, with row numbers and column numbers increasing when the plot is traversed in the direction specified by h and v.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

