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

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: 
1.3     ! faziophi   25: \item line type
        !            26: 
        !            27: The type of line.  Current options include 'solid' and 'dashed'.  At this time, all dashed lines draw with line width of '1' in web output.  This parameter may not apply to all linestyles.
        !            28: 
        !            29: \item line width
        !            30: 
        !            31: The thickness of the line drawn by plotting engine.  This parameter may not apply to all linestyles.
        !            32: 
1.1       matthew    33: \item point type
                     34: 
                     35: This parameter may not apply to all linestyles.
                     36:  
                     37: \item point size
                     38: 
                     39: This parameter may not apply to all linestyles.  The size of the points, in
                     40: pixels, present on the line.  Some point types are not affected by this
                     41: parameter.
                     42: 
                     43: \end{itemize}
                     44: 
                     45: There are two ways of entering the information to be plotted, which are 
                     46: accessed using the subtags of \textbf{curve}, \textbf{data} 
                     47: \ref{Authoring_Dynamic_Plot_Curve_Data} and \textbf{function}
                     48: \ref{Authoring_Dynamic_Plot_Curve_Function}.
                     49: 

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