File:  [LON-CAPA] / loncom / html / adm / help / tex / Authoring_Dynamic_Plot_Linestyle.tex
Revision 1.1: download - view: text, annotated - select for diffs
Mon Sep 22 19:54:36 2003 UTC (20 years, 9 months ago) by matthew
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_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_12_X, version_2_11_X, 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, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_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, 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
New plot help.

\label{Authoring_Dynamic_Plot_Linestyle}

Unless otherwise noted the linestyles require only 2 data sets, X and Y.

\begin{itemize}

\item \textbf{lines} Connect adjacent points with straight line segments.

\item \textbf{points} Display a small marker at each point.  

\item \textbf{linespoints} Draw both \textbf{lines} and \textbf{points}.

Draws a small symbol at each point and then connects adjacent points with 
straight line segments.

\item \textbf{dots} Place a tiny dots on the given points.

\item \textbf{steps} Connect points with horizontal lines.

This style connects consecutive
points with two line segments: the first from (x1,y1) to (x2,y1) and the
second from (x2,y1) to (x2,y2).

\item \textbf{fsteps} Connect data with horizontal lines.

This style connects consecutive
points with two line segments: the first from (x1,y1) to (x1,y2) and the
second from (x1,y2) to (x2,y2).

\item \textbf{histeps} Plot as histogram.

Y-values are assumed to be centered at the x-values;
the point at x1 is represented as a horizontal line from ((x0+x1)/2,y1) to
((x1+x2)/2,y1).  The lines representing the end points are extended so that
the step is centered on at x.  Adjacent points are connected by a vertical
line at their average x, that is, from ((x1+x2)/2,y1) to ((x1+x2)/2,y2).

\item \textbf{errorbars} Same as yerrorbars.

\item \textbf{xerrorbars} Draw horizontal error bars around the points.  

Requires 3 or 4 data sets.  Either X, Y, Xdelta or X, Y, Xlower, Xupper.
Xdelta is a change relative to the given X value.  The Xlower and Xupper
values are absolute grid coordinates of the upper and lower values to
indicated with error bars.

\item \textbf{yerrorbars} Draw vertical error bars around the points.

Requires 3 or 4 data sets.  Either X, Y, Ydelta or X, Y, Ylower, Yupper.
Ydelta is a change relative to the given Y value.  The Ylower and Yupper
values are the grid coordinates of the upper and lower values to 
indicate with error bars.


\item \textbf{xyerrorbars} Draw both vertical and horizontal error bars 
around the points.

Requires 4 or 6 data sets.  Either X, Y, Xdelta, Ydelta or
X, Y, Xlower, Xupper, Ylower, Yupper.  Xdelta and Ydelta are relative to
the given coordinates.  Xlower, Xupper, Ylower, and Yupper are the grid
coordinates of the upper and lower values to indicate with the error bars.

\item \textbf{boxes} Draw a box from the X-axis to the Y-value given.  

Requires either 2 or
3 data sets.  Either X, Y or X, Y, Xwidth.  In the first case the boxes
will be drawn next to eachother.  In the latter case Xwidth indicates the
horizontal width of the box for the given coordinate.

\item \textbf{vector}  Draws a vector field based on the given data.

Requires 4 data sets, X, Y, Xdelta, and Ydelta.
The `vector` style draws a vector from (X,Y) to (X+Xdelta,Y+Ydelta).  
It also draws a small arrowhead at the end of the vector.  May not be
fully supported by gnuplot.

\end{itemize}

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