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.

\label{Authoring_Dynamic_Plot_Color_Selection}

The default colors are a white background (xffffff) with black (x000000) forground, gridlines, and curve.  
\begin{itemize}
\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).
\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.
\item Gridline color is an attribute of the axis tag (see Plot Axes Details section \ref{Authoring_Dynamic_Plot_Axes}).    
\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.
\end{itemize}

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