File:
[LON-CAPA] /
loncom /
html /
adm /
help /
tex /
Authoring_Dynamic_Plot_Curve.tex
Revision
1.8:
download - view:
text,
annotated -
select for diffs
Thu Aug 18 11:37:44 2016 UTC (8 years, 2 months ago) by
raeburn
Branches:
MAIN
CVS tags:
version_2_12_X,
version_2_11_X,
version_2_11_5_msu,
version_2_11_5,
version_2_11_4_uiuc,
version_2_11_4_msu,
version_2_11_4,
version_2_11_3_uiuc,
version_2_11_3_msu,
version_2_11_3,
version_2_11_2_uiuc,
version_2_11_2_msu,
version_2_11_2_educog,
version_2_11_2,
HEAD
- use LaTeX-style single quotes.
\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 present in the \textbf{curve} tag and allow
access to most of the formatting parameters for a curve in gnuplot.
\begin{itemize}
\item color
The color of the curve on the plot. See ``Selecting Colors'' section
\ref{Authoring_Dynamic_Plot_Color_Selection}.
\item name
If a key is present, the name of the curve will appear with a sample of its
line type.
\item linestyle
See ``Line Styles'' section \ref{Authoring_Dynamic_Plot_Linestyle} for
more information about the available line styles and their data requirements.
\item linetype
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 linewidth
The thickness of the line drawn by plotting engine. This parameter may not apply to all linestyles.
\item pointtype
This parameter may not apply to all linestyles.
\item pointsize
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.
\item limit
This parameter controls the pont to fill for fillled curves.
\item arrowhead
For vector plots, controls where in the vector the arrow head(s) appear
\item arrowstyle
For vector plots controls the fill style of the arrow.
\item arrowlength
For vector plots determines the distance between the vector line end and the tip
of the arrow.
\item arrowangle
For vector plots, determines the angle the arrow branches make with the
vector line.
\item arrowbackangle
For vector plots, determines the angle the arrow lines that return to the
main line from the branches make with the arrow branches.
\end{itemize}
There are two ways of entering the information to be plotted, which are
accessed using the subtags of \textbf{curve}, \textbf{data}
(see ``Plotting Data Points'' section \ref{Authoring_Dynamic_Plot_Curve_Data})
and \textbf{function}
(see ``Plotting Functions'' section \ref{Authoring_Dynamic_Plot_Curve_Function}).
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>