Difference between revisions of "Plot solid prob band"

(Shouldn't assign to roleChanges)
m (Changed to ordered list so people see usage notes as a list of steps (so they're less likely to just look at the definition, which I just did...))
Line 1: Line 1:
 
''New to [[Analytica 5.2]]''
 
''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.  
+
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 ) ==
 
== 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:
 
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 "Evaluate before drawing" AND "Evaluate after axes, before data" in [[OnGraphDraw]]
* Set the [[OnGraphDraw]] expression to:
+
# Set the [[OnGraphDraw]] expression to: <code> [[Plot_solid_prob_band]]( canv, info, roles ) </code>
<code>
+
# Select the bands view for your result.
:[[Plot_solid_prob_band]]( canv, info, roles )
+
# Make sure you have Color=.Probability for the pivot.
</code>
 
 
 
* Select the bands view for your result.
 
* Make sure you have Color=.Probability for the pivot.
 
  
 
== See Also ==
 
== See Also ==

Revision as of 21:17, 8 April 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:

  1. Set "Evaluate before drawing" AND "Evaluate after axes, before data" in OnGraphDraw
  2. Set the OnGraphDraw expression to: Plot_solid_prob_band( canv, info, roles )
  3. Select the bands view for your result.
  4. Make sure you have Color=.Probability for the pivot.

See Also

Comments


You are not allowed to post comments.