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

1.1       matthew     1: \label{Authoring_Dynamic_Plot_Label}
                      2: 
                      3: The \textbf{label} tag allows the author to place text at any position on the 
1.2       matthew     4: plot.  There may be many \textbf{label} tags on one plot and all the labels
                      5: which fall within the plot will show.  
1.1       matthew     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: 
1.3       matthew    10: \begin{itemize}
1.1       matthew    11: \item \texttt{justification of the label text on the plot}
1.4     ! raeburn    12: ``left'', ``right'', or ``center''.
        !            13: \item \texttt{rotation of label (degrees)}
1.1       matthew    14: \item \texttt{x position of label (graph coordinates)}  
                     15: \item \texttt{y position of label (graph coordinates)} 
1.3       matthew    16: \end{itemize}
1.1       matthew    17: 
                     18: The text to be placed on the plot must be entered as well.

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