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.

    1: \label{Authoring_Dynamic_Plot_Tics}
    2: 
    3: The \textbf{xtics} and \textbf{ytics} tags can be inserted by selecting 
    4: the \textbf{Plot tics} item from the insert selection list of the 
    5: \textbf{gnuplot} tag.
    6: 
    7: The \textbf{xtics} and \textbf{ytics} tags have identical structure and the
    8: description presented here applies to both.
    9: 
   10: The tics tags allow specification of the following parameters:
   11: 
   12: \begin{itemize}
   13: 
   14: \item \texttt{Location of major tic marks}
   15: ``Border'' or ``Axis''.
   16: Tic marks can be placed on the border or on the axes.  The images below
   17: illustrate the effects of each of these options.
   18: 
   19: \includegraphics[  width=0.40\paperwidth]{Authoring_Dynamic_Plot_Axis_Tics_border}
   20: \includegraphics[  width=0.40\paperwidth]{Authoring_Dynamic_Plot_Axis_Tics_x_axis}
   21: 
   22: \item \texttt{Mirror tics on opposite axis?}
   23: ``Yes'' or ``No''.
   24: If the \textbf{location of tic marks} is set to ``border'' this parameter 
   25: determines if they are shown on both the top and bottom or right and left 
   26: sides of the graph.  The ``mirror'' tic marks are unlabelled.
   27: 
   28: \includegraphics[  width=0.40\paperwidth]{Authoring_Dynamic_Plot_Axis_Tics_border}
   29: \includegraphics[  width=0.40\paperwidth]{Authoring_Dynamic_Plot_Axis_Tics_nomirror}
   30: 
   31: \item \texttt{Start major tics at}
   32: 
   33: The point in graph coordinates which to start making major tics.  
   34: This may be less than or greater than the lower limit for the axis.
   35: 
   36: \item \texttt{Place a major tic every}
   37: 
   38: The span, in graph coordinates, between each major tic mark.
   39: 
   40: \item \texttt{Stop major tics at}
   41: 
   42: This may be less than or greater than the upper limit for the axis.
   43: 
   44: \item \texttt{Number of minor tics between major tic marks}
   45: 
   46: The number of subdivisions to make of the span between major tic marks.
   47: Using a value of ``10'' leads to 9 minor tic marks.  The example below
   48: uses a value of ``5'' to produce 4 tic marks.
   49: 
   50: \includegraphics[  width=0.40\paperwidth]{Authoring_Dynamic_Plot_Axis_Tics_minor}
   51: 
   52: \end{itemize}

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