
CATEGORY=category-variable
specifies the category variable for the plot. A box plot is created for each distinct
value of the category variable.
If you explicitly set the category axis type to LINEAR and use a numeric category
variable, the box plot becomes an interval plot. Otherwise, the box plot is discrete.
CLUSTERWIDTH=numeric-value
specifies the cluster width as a ratio of the midpoint spacing. Specify a value from
0.1 (narrowest) to 1.0 (widest).
Default
0.7
Interaction
This option is applicable only when a GROUP is in effect and the
category axis is discrete.
CONNECT=MEAN | MEDIAN | Q1 | Q3 | MIN | MAX
specifies that a connect line joins a statistic ...