File:  [LON-CAPA] / loncom / html / adm / help / tex / Authoring_Dynamic_Plot_Axes.tex
Revision 1.4: download - view: text, annotated - select for diffs
Thu Aug 22 19:39:26 2013 UTC (10 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: 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, HEAD
- Compromise to support display in both contextual online help, and aggregated
  in manual (PDF).
  - Identify the "section" by name, because the \ref is converted to a question
    mark icon only, and not a number in online help context.

\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 (see Color Selection section 
\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 the Plot Ticks section \ref{Authoring_Dynamic_Plot_Tics} and the general Gnuplot 
help section \ref{Authoring_Dynamic_Plot_Gnuplot}.

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