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

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 
        !             4: \textbf{gnuplot} \ref{Authoring_Dynamic_Plot_Gnuplot} tag.
        !             5: The \textbf{data} tag is only used in the \textbf{Curve} 
        !             6: \ref{Authoring_Dynamic_Plot_Curve} tag.
        !             7: 
        !             8: The data must be either a perl array, \textt{@X}, or a comma seperated list,
        !             9: such as ``0.5,0.9,1.5, 2.4'' (without quotes).  'NaN' is a valid value.  
        !            10: 
        !            11: The function and number \textbf{data} tags required varies based on the 
        !            12: line style \ref{Authoring_Dynamic_Plot_Linestyle} chosen for the
        !            13: curve.  In all cases the first \textbf{data} tag will hold the ``X'' values
        !            14: and the second will hold the ``Y'' values.
        !            15: 
        !            16: All of the data sets in the \textbf{data} tag must have the same number of
        !            17: elements.  

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