File:  [LON-CAPA] / loncom / html / adm / help / tex / Authoring_Dynamic_Plot_Label.tex
Revision 1.4: download - view: text, annotated - select for diffs
Tue Jan 22 06:54:20 2008 UTC (16 years, 6 months ago) by raeburn
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_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
Include rotation as an attribute for the label tag.

    1: \label{Authoring_Dynamic_Plot_Label}
    2: 
    3: The \textbf{label} tag allows the author to place text at any position on the 
    4: plot.  There may be many \textbf{label} tags on one plot and all the labels
    5: which fall within the plot will show.  
    6: The color used will be to foreground color of the plot and the font will be
    7: the size specified for the plot, both of which are set in the 
    8: \textbf{gnuplot} \ref{Authoring_Dynamic_Plot_Gnuplot} tag.
    9: 
   10: \begin{itemize}
   11: \item \texttt{justification of the label text on the plot}
   12: ``left'', ``right'', or ``center''.
   13: \item \texttt{rotation of label (degrees)}
   14: \item \texttt{x position of label (graph coordinates)}  
   15: \item \texttt{y position of label (graph coordinates)} 
   16: \end{itemize}
   17: 
   18: The text to be placed on the plot must be entered as well.

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