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, 3 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

\label{Authoring_Dynamic_Plot_Curve}

The \textbf{curve} tag is where you set the data to be plotted by gnuplot.

The following parameters may be set:

\begin{itemize}

\item color of curve

The color of the curve on the plot. See \textbf{Selecting Colors} 
\ref{Authoring_Dynamic_Plot_Color_Selection}.


\item name of curve to appear in key

If a key is present, the name of the curve will appear with a sample of its
line type.

\item line style

See the section on line styles \ref{Authoring_Dynamic_Plot_Linestyle} for
more information about the available line styles and their data requirements.

\item line type

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.

\item line width

The thickness of the line drawn by plotting engine.  This parameter may not apply to all linestyles.

\item point type

This parameter may not apply to all linestyles.
 
\item point size

This parameter may not apply to all linestyles.  The size of the points, in
pixels, present on the line.  Some point types are not affected by this
parameter.

\end{itemize}

There are two ways of entering the information to be plotted, which are 
accessed using the subtags of \textbf{curve}, \textbf{data} 
\ref{Authoring_Dynamic_Plot_Curve_Data} and \textbf{function}
\ref{Authoring_Dynamic_Plot_Curve_Function}.


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