|
Bear in mind that hiding the boxplot outliers
and extremes will convey a misleading impression to viewers of this chart,
so you might want to add some titling information to show that this has
been done.
Then, to remove the outlier identifiers,
paste your syntax and remove the label function from the ELEMENT statement,
i.e. convert
this
ELEMENT: schema(position(bin.quantile.letter(x*y)),
label(id))
into this
ELEMENT: schema(position(bin.quantile.letter(x*y)))
Then you could reduce the point size
of the outliers and extremes, or, to make them invisible, change the marker
color to match the chart background. Save that as a chart template
from the CE and use that template on future boxplots.
HTH
Jon Peck (no "h") aka Kim
Senior Software Engineer, IBM
[hidden email]
new phone: 720-342-5621
|