Annotation of loncom/html/adm/help/tex/Function_Plot_Response_Spline.tex, revision 1.2

1.1       www         1: \label{Function_Plot_Response_Spline}
1.2     ! raeburn     2: ``Index'' - This is the label assigned to the spline.  In general, it's simplest just to label them A, B, C etc.
1.1       www         3: 
                      4: ``Order'' - This determines the number of Control Points on the spline.  For example, selecting '3' means there will be 3 points on the spline that can be moved, as well as 3 points off the spline that will control the slope.
                      5: 
                      6: ``Initial x-value'' and ``Initial y-value'' - These values determine where the left most Control Point will be.
                      7: 
                      8: ``Scale x'' - This determines the right most location of the Control Points (on the spline).  To figure out where this point will be, add 'Initial x-value' to 'Scale x'.
                      9: 
                     10: ``Scale y'' - This determines the distance (in the y-direction) between the Control Points on the spline, and the ones that control the slope.
                     11: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>