File:  [LON-CAPA] / loncom / html / adm / help / tex / Authoring_Dynamic_Plot_Curve.tex
Revision 1.3: download - view: text, annotated - select for diffs
Wed Mar 19 21:42:12 2008 UTC (16 years, 5 months ago) by faziophi
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, bz6209-base, bz6209, bz5969, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, HEAD, GCI_3, GCI_2, GCI_1, BZ5971-printing-apage, BZ5434-fox, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
- adding help topics for line type and line width

    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 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: 
   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>