Plot Tukey bars

Revision as of 18:52, 18 March 2019 by Lchrisman (talk | contribs) (Created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

New to Analytica 5.2

Use this function from OnGraphDraw to plot Tukey bands.

Plot_Tukey_bars(canv, info, roles, showMean)

Draws Tukey-bars on a graph that has a categorical X-axis and is displaying a probability bands graph.

To use, set the OnGraphDraw attribute to:

continue := Plot_Tukey_bars( canv, info, roles, showMean:true )

And set the flags for OnGraphDraw to "after axes, before data". You don't have to include the showMean:true option, but when you do, the mean is also shown as a dot on the graph.

To see the Tukey bars, view the Bands result view. Set Key to None and then set the .Probability slicer to «All», which eliminates the key which doesn't match the graph.

See Also

Comments
Loading comments...