Difference between revisions of "Plot solid prob bands"

(Created page with "category:OnGraphDraw annotations library functions ''New to Analytica 5.2'' Use this function from the OnGraphDraw attribute to plot a solid fill between symmetry...")
 
(image)
Line 3: Line 3:
  
 
Use this function from the [[OnGraphDraw]] attribute to plot a solid fill between symmetry percentiles in a probability bands result view.
 
Use this function from the [[OnGraphDraw]] attribute to plot a solid fill between symmetry percentiles in a probability bands result view.
 +
<center>[[image:Solid prob band example.png]]</center>
  
 
== Plot solid prob bands (canv, info, roles) ==
 
== Plot solid prob bands (canv, info, roles) ==

Revision as of 00:50, 19 March 2019

New to Analytica 5.2

Use this function from the OnGraphDraw attribute to plot a solid fill between symmetry percentiles in a probability bands result view.

Solid prob band example.png

Plot solid prob bands (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"
  • 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.

Library

To use this function ,you must add the OnGraphDraw annotations.ana library to your model.

Use File → Add Library... to add this library.

See Also

Comments


You are not allowed to post comments.