Annotation of loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Axes.tex, revision 1.4

1.1       matthew     1: \label{Authoring_Dynamic_Plot_Axes}
                      2: 
                      3: The \textbf{Plot Axes} tag allows you to specify the domain and range of the
                      4: data to display.  It is closely tied with the \textbf{Plot Ticks} 
                      5: \ref{Authoring_Dynamic_Plot_Tics} tags, which specify where the gridlines are
                      6: drawn on the plot.  The \textbf{Plot Axes} tag sets the following parameters:
                      7: 
                      8: \textbf{The color of grid lines}
                      9: 
                     10: If the ``Display Grid'' parameter of the
                     11: Gnuplot tag is set to yes, the grid will be displayed in the specified color.
1.4     ! raeburn    12: Hexadecimal notation is used to specify the color (see Color Selection section 
1.3       lira       13: \ref{Authoring_Dynamic_Plot_Color_Selection}).
1.1       matthew    14: 
                     15: \textbf{The view of the graph shown}
                     16: 
                     17: The viewing rectangle of the graph is set with the following parameters:
                     18: 
                     19: \begin{itemize}
                     20: \item minimum x-value
                     21: \item maximum x-value
                     22: \item minimum y-value
                     23: \item maximum y-value
                     24: \end{itemize}
                     25: 
1.4     ! raeburn    26: See also the Plot Ticks section \ref{Authoring_Dynamic_Plot_Tics} and the general Gnuplot 
        !            27: help section \ref{Authoring_Dynamic_Plot_Gnuplot}.

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