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

1.1       matthew     1: \label{Authoring_Dynamic_Plot_Curve}
                      2: 
                      3: The \textbf{curve} tag is where you set the data to be plotted by gnuplot.
                      4: 
                      5: The following parameters may be set:
                      6: 
                      7: \begin{itemize}
                      8: 
                      9: \item color of curve
                     10: 
                     11: The color of the curve on the plot. See \textbf{Selecting Colors} 
                     12: \ref{Authoring_Dynamic_Plot_Color_Selection}.
                     13: 
                     14: 
                     15: \item name of curve to appear in key
                     16: 
                     17: If a key is present, the name of the curve will appear with a sample of its
                     18: line type.
                     19: 
                     20: \item line style
                     21: 
                     22: See the section on line styles \ref{Authoring_Dynamic_Plot_Linestyle} for
                     23: more information about the available line styles and their data requirements.
                     24: 
                     25: \item point type
                     26: 
                     27: This parameter may not apply to all linestyles.
                     28:  
                     29: \item point size
                     30: 
                     31: This parameter may not apply to all linestyles.  The size of the points, in
                     32: pixels, present on the line.  Some point types are not affected by this
                     33: parameter.
                     34: 
                     35: \end{itemize}
                     36: 
                     37: There are two ways of entering the information to be plotted, which are 
                     38: accessed using the subtags of \textbf{curve}, \textbf{data} 
                     39: \ref{Authoring_Dynamic_Plot_Curve_Data} and \textbf{function}
                     40: \ref{Authoring_Dynamic_Plot_Curve_Function}.
                     41: 

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