File:  [LON-CAPA] / loncom / html / adm / help / tex / Authoring_Dynamic_Plot_Axes.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_4_X, 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
New plot help.

\label{Authoring_Dynamic_Plot_Axes}

The \textbf{Plot Axes} tag allows you to specify the domain and range of the
data to display.  It is closely tied with the \textbf{Plot Ticks} 
\ref{Authoring_Dynamic_Plot_Tics} tags, which specify where the gridlines are
drawn on the plot.  The \textbf{Plot Axes} tag sets the following parameters:

\textbf{The color of grid lines}

If the ``Display Grid'' parameter of the
Gnuplot tag is set to yes, the grid will be displayed in the specified color.
Hexadecimal notation is used to specify the color 
\ref{Authoring_Dynamic_Plot_Color_Selection}.

\textbf{The view of the graph shown}

The viewing rectangle of the graph is set with the following parameters:

\begin{itemize}
\item minimum x-value
\item maximum x-value
\item minimum y-value
\item maximum y-value
\end{itemize}

See also Plot Ticks \ref{Authoring_Dynamic_Plot_Tics} and the general Gnuplot 
help \ref{Authoring_Dynamic_Plots_Gnuplot}.

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