File:  [LON-CAPA] / loncom / html / adm / help / tex / Authoring_Dynamic_Plot_Tics.tex
Revision 1.3: download - view: text, annotated - select for diffs
Tue Oct 21 19:06:37 2003 UTC (20 years, 8 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_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
Fixing image widths.

\label{Authoring_Dynamic_Plot_Tics}

The \textbf{xtics} and \textbf{ytics} tags can be inserted by selecting 
the \textbf{Plot tics} item from the insert selection list of the 
\textbf{gnuplot} tag.

The \textbf{xtics} and \textbf{ytics} tags have identical structure and the
description presented here applies to both.

The tics tags allow specification of the following parameters:

\begin{itemize}

\item \texttt{Location of major tic marks}
``Border'' or ``Axis''.
Tic marks can be placed on the border or on the axes.  The images below
illustrate the effects of each of these options.

\includegraphics[  width=0.40\paperwidth]{Authoring_Dynamic_Plot_Axis_Tics_border}
\includegraphics[  width=0.40\paperwidth]{Authoring_Dynamic_Plot_Axis_Tics_x_axis}

\item \texttt{Mirror tics on opposite axis?}
``Yes'' or ``No''.
If the \textbf{location of tic marks} is set to ``border'' this parameter 
determines if they are shown on both the top and bottom or right and left 
sides of the graph.  The ``mirror'' tic marks are unlabelled.

\includegraphics[  width=0.40\paperwidth]{Authoring_Dynamic_Plot_Axis_Tics_border}
\includegraphics[  width=0.40\paperwidth]{Authoring_Dynamic_Plot_Axis_Tics_nomirror}

\item \texttt{Start major tics at}

The point in graph coordinates which to start making major tics.  
This may be less than or greater than the lower limit for the axis.

\item \texttt{Place a major tic every}

The span, in graph coordinates, between each major tic mark.

\item \texttt{Stop major tics at}

This may be less than or greater than the upper limit for the axis.

\item \texttt{Number of minor tics between major tic marks}

The number of subdivisions to make of the span between major tic marks.
Using a value of ``10'' leads to 9 minor tic marks.  The example below
uses a value of ``5'' to produce 4 tic marks.

\includegraphics[  width=0.40\paperwidth]{Authoring_Dynamic_Plot_Axis_Tics_minor}

\end{itemize}

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