Difference between revisions of "Plot solid prob band"
(Created page with "''New to Analytica 5.2'' Use this function from [OnGraphDraw]] to plot a filled color band between symmetric percentiles in a probability bands result view. == Plot_sol...") |
|||
Line 6: | Line 6: | ||
Fills in a solid band behind a probability bands view. To be used from the OnGraphDraw attribute. Usage: | Fills in a solid band behind a probability bands view. To be used from the OnGraphDraw attribute. Usage: | ||
− | + | * Set "Evaluate before drawing" AND "Evaluate after axes, before data" in [[OnGraphDraw]] | |
− | + | * Set the [[OnGraphDraw]] expression to: | |
+ | <code> | ||
+ | :roleChanges := [[Plot_solid_prob_band]]( canv, info, roles ) | ||
+ | </code> | ||
− | + | * Select the bands view for your result. | |
− | + | * Make sure you have Color=.Probability for the pivot. | |
− | |||
− | |||
== See Also == | == See Also == |
Revision as of 19:10, 18 March 2019
New to Analytica 5.2
Use this function from [OnGraphDraw]] to plot a filled color band between symmetric percentiles in a probability bands result view.
Plot_solid_prob_band( canv, info, roles )
Fills in a solid band behind a probability bands view. To be used from the OnGraphDraw attribute. Usage:
- Set "Evaluate before drawing" AND "Evaluate after axes, before data" in OnGraphDraw
- Set the OnGraphDraw expression to:
- roleChanges := Plot_solid_prob_band( canv, info, roles )
- Select the bands view for your result.
- Make sure you have Color=.Probability for the pivot.
See Also
Comments
Enable comment auto-refresher