Annotation of loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve_Data.tex, revision 1.3

1.1       matthew     1: \label{Authoring_Dynamic_Plot_Curve_Data}
                      2: 
                      3: The \textbf{data} tag is used to specify the values plotted in the 
1.3     ! lira        4: \textbf{gnuplot} tag (see section \ref{Authoring_Dynamic_Plot_Gnuplot}).
        !             5: The \textbf{data} tag is only used in the \textbf{Curve} tag
        !             6: (see section \ref{Authoring_Dynamic_Plot_Curve}).
1.1       matthew     7: 
1.2       matthew     8: The data must be either a perl array, \texttt{@X}, or a comma seperated list,
1.3     ! lira        9: such as ``0.5,0.9,1.5, 2.4'' (without quotes).  'NaN' is a valid value. 
        !            10: Note the the "Y" values are entered in a separate array. 
1.1       matthew    11: 
1.3     ! lira       12: The function and number of \textbf{data} tags required varies based on the 
        !            13: line style (see section \ref{Authoring_Dynamic_Plot_Linestyle}) chosen for the
        !            14: curve.  Some linestyles require extra arrays for supplemental information. 
        !            15: In all cases the first \textbf{data} tag will hold the ``X'' values
1.1       matthew    16: and the second will hold the ``Y'' values.
                     17: 
                     18: All of the data sets in the \textbf{data} tag must have the same number of
                     19: elements.  

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