File:  [LON-CAPA] / loncom / html / adm / help / tex / Authoring_Dynamic_Plot_Curve.tex
Revision 1.2: download - view: text, annotated - select for diffs
Mon Sep 22 21:08:59 2003 UTC (20 years, 9 months ago) by matthew
Branches: MAIN
CVS tags: version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_X, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, version_1_1_3, version_1_1_2, version_1_1_1, version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, version_1_0_99, HEAD
Updated to take care of bone-headedness.

    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>