File:  [LON-CAPA] / loncom / html / adm / help / tex / Authoring_Dynamic_Plot_Color_Selection.tex
Revision 1.3: download - view: text, annotated - select for diffs
Thu Aug 22 19:42:55 2013 UTC (10 years, 11 months ago) by raeburn
Branches: MAIN
CVS tags: HEAD
 - Compromise to support display in both contextual online help, and aggregated
  in manual (PDF).
  - Identify the "section" by name, because the \ref is converted to a question
    mark icon only, and not a number in online help context.

    1: \label{Authoring_Dynamic_Plot_Color_Selection}
    2: 
    3: The default colors are a white background (xffffff) with black (x000000) forground, gridlines, and curve.  
    4: \begin{itemize}
    5: \item Background color is an attribute of the gnuplot tag (see Authoring Dynamically Generated Plots section \ref{Authoring_Dynamic_Plot_Gnuplot}). This controls the color of the plot image.  The default is white (xffffff).
    6: \item Foreground color is an attribute of the gnuplot tag (see Authoring Dynamically Generated Plots section \ref{Authoring_Dynamic_Plot_Gnuplot}).  This controls the color of the border.
    7: \item Gridline color is an attribute of the axis tag (see Plot Axes Details section \ref{Authoring_Dynamic_Plot_Axes}).    
    8: \item Curve color is an attribute of the curve tag (see Specifying Curves to Plot section \ref{Authoring_Dynamic_Plot_Curve}).  This is the color of the curve function or data points.  Different curves can be given different colors.
    9: \end{itemize}

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