File:  [LON-CAPA] / loncom / html / adm / help / tex / Authoring_Dynamic_Plot_Axes.tex
Revision 1.2: download - view: text, annotated - select for diffs
Tue Aug 7 22:46:54 2007 UTC (16 years, 11 months ago) by albertel
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_99_0, version_2_11_0_RC1, 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
- fix the \ref to point at the actual labels

\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_Plot_Gnuplot}.

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