[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Authoring_Dynamic_Plot_Color_Selection.tex Authoring_Dynamic_Plot_Curve.tex Authoring_Dynamic_Plot_Curve_Data.tex Authoring_Dynamic_Plot_Gnuplot.tex Authoring_Dynamic_Plot_Key.tex Authoring_Dynamic_Plot_Label.tex

raeburn raeburn at source.lon-capa.org
Mon Sep 9 16:59:44 EDT 2013


raeburn		Mon Sep  9 20:59:44 2013 EDT

  Modified files:              
    /loncom/html/adm/help/tex	
                             	Authoring_Dynamic_Plot_Color_Selection.tex 
                             	Authoring_Dynamic_Plot_Curve.tex 
                             	Authoring_Dynamic_Plot_Curve_Data.tex 
                             	Authoring_Dynamic_Plot_Gnuplot.tex 
                             	Authoring_Dynamic_Plot_Key.tex 
                             	Authoring_Dynamic_Plot_Label.tex 
  Log:
  - Section titles in double quotes.
  
  
-------------- next part --------------
Index: loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Color_Selection.tex
diff -u loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Color_Selection.tex:1.3 loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Color_Selection.tex:1.4
--- loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Color_Selection.tex:1.3	Thu Aug 22 19:42:55 2013
+++ loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Color_Selection.tex	Mon Sep  9 20:59:44 2013
@@ -2,8 +2,8 @@
 
 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.
+\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}
Index: loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve.tex
diff -u loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve.tex:1.6 loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve.tex:1.7
--- loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve.tex:1.6	Thu Aug 22 19:42:55 2013
+++ loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve.tex	Mon Sep  9 20:59:44 2013
@@ -10,7 +10,7 @@
 
 \item color
 
-The color of the curve on the plot. See \textbf{Selecting Colors} 
+The color of the curve on the plot. See ``Selecting Colors'' section  
 \ref{Authoring_Dynamic_Plot_Color_Selection}.
 
 
@@ -21,7 +21,7 @@
 
 \item linestyle
 
-See Line Styles section \ref{Authoring_Dynamic_Plot_Linestyle} for
+See ``Line Styles'' section \ref{Authoring_Dynamic_Plot_Linestyle} for
 more information about the available line styles and their data requirements.
 
 \item linetype
@@ -73,6 +73,7 @@
 
 There are two ways of entering the information to be plotted, which are 
 accessed using the subtags of \textbf{curve}, \textbf{data} 
-(see Plotting Data Points section \ref{Authoring_Dynamic_Plot_Curve_Data}) and \textbf{function}
-(see Plotting Functions section \ref{Authoring_Dynamic_Plot_Curve_Function}).
+(see ``Plotting Data Points'' section \ref{Authoring_Dynamic_Plot_Curve_Data}) 
+and \textbf{function}
+(see ``Plotting Functions'' section \ref{Authoring_Dynamic_Plot_Curve_Function}).
 
Index: loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve_Data.tex
diff -u loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve_Data.tex:1.4 loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve_Data.tex:1.5
--- loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve_Data.tex:1.4	Thu Aug 22 19:42:55 2013
+++ loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve_Data.tex	Mon Sep  9 20:59:44 2013
@@ -1,17 +1,17 @@
 \label{Authoring_Dynamic_Plot_Curve_Data}
 
 The \textbf{data} tag is used to specify the values plotted in the 
-\textbf{gnuplot} tag (see Authoring Dynamically Generated Plots section 
+\textbf{gnuplot} tag (see ``Authoring Dynamically Generated Plots'' section 
 \ref{Authoring_Dynamic_Plot_Gnuplot}).
 The \textbf{data} tag is only used in the \textbf{Curve} tag 
-(see Specifying Curves to Plot section \ref{Authoring_Dynamic_Plot_Curve}).
+(see ``Specifying Curves to Plot'' section \ref{Authoring_Dynamic_Plot_Curve}).
 
 The data must be either a perl array, \texttt{@X}, or a comma separated list,
 such as ``0.5,0.9,1.5, 2.4'' (without quotes).  'NaN' is a valid value. 
 Note the the "Y" values are entered in a separate array.
 
 The function and number of \textbf{data} tags required varies based on the 
-line style (see Data and Line Styles section \ref{Authoring_Dynamic_Plot_Linestyle}) chosen for the
+line style (see ``Data and Line Styles'' section \ref{Authoring_Dynamic_Plot_Linestyle}) chosen for the
 curve.  Some linestyles require extra arrays for supplemental information. 
 In all cases the first \textbf{data} tag will hold the ``X'' values
 and the second will hold the ``Y'' values.
Index: loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Gnuplot.tex
diff -u loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Gnuplot.tex:1.8 loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Gnuplot.tex:1.9
--- loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Gnuplot.tex:1.8	Thu Aug 22 19:42:55 2013
+++ loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Gnuplot.tex	Mon Sep  9 20:59:44 2013
@@ -9,7 +9,7 @@
 If you are using
 static data a dynamically generated plot is not appropriate because of
 the overhead associated with generating the plot. In that case, use a
-picture (see Adding Picture section \ref{Authoring_Adding_Pictures}).
+picture (see ``Adding Picture'' section \ref{Authoring_Adding_Pictures}).
 
 The easiset way to create a template for a gnuplot tag is to use the colorful 
 problem editor, and select \textbf{GnuPlot} from the \textbf{Insert} dropdown menu. 
@@ -27,11 +27,11 @@
 used to display the plot on a web page.
 
 \item \texttt{background color of image (xffffff)}
-See the color selection section \ref{Authoring_Dynamic_Plot_Color_Selection}
+See the ``Color Selection'' section \ref{Authoring_Dynamic_Plot_Color_Selection}
 for help on specifying colors.
 
 \item \texttt{foreground color of image (x000000)} 
-See the color selection section \ref{Authoring_Dynamic_Plot_Color_Selection}
+See the ``Color Selection'' section \ref{Authoring_Dynamic_Plot_Color_Selection}
 for help on specifying colors.
 
 \item \texttt{height of image (pixels)}
@@ -47,8 +47,8 @@
 \item \texttt{Display grid} ``Yes'' or ``No''.  
 
 \item \texttt{Number of samples for non-data plots}  If a \textbf{function} tag is used
-(see Plotting Functions section \ref{Authoring_Dynamic_Plot_Curve_Function}) to specify the
-\textbf{curve} (see Specifying Curves to Plot section \ref{Authoring_Dynamic_Plot_Curve}), 
+(see ``Plotting Functions'' section \ref{Authoring_Dynamic_Plot_Curve_Function}) to specify the
+\textbf{curve} (see ``Specifying Curves to Plot'' section \ref{Authoring_Dynamic_Plot_Curve}), 
 this indicates the number of sample points to use.
 
 \item \texttt{Draw border around plot} ``Yes'' or ``No''
@@ -82,12 +82,12 @@
 editor):
 
 \begin{itemize}
-\item \textbf{curve} (see Specifying Curves to Plot section \ref{Authoring_Dynamic_Plot_Curve})
-\item \textbf{title}, \textbf{xlabel}, and \textbf{ylabel} (see Plot Labels and Key section 
+\item \textbf{curve} (see ``Specifying Curves to Plot'' section \ref{Authoring_Dynamic_Plot_Curve})
+\item \textbf{title}, \textbf{xlabel}, and \textbf{ylabel} (see ``Plot Labels and Key'' section 
 \ref{Authoring_Dynamic_Plot_Title_X_Y_Label})
-\item \textbf{key}   (see Plot Labels and Key section \ref{Authoring_Dynamic_Plot_Key})
-\item \textbf{label} (see Plot Labels and Key section \ref{Authoring_Dynamic_Plot_Label}) 
-\item \textbf{axes}  (see Plot Axes Details section \ref{Authoring_Dynamic_Plot_Axes})
-\item \textbf{tics}  (see Plot Axes Details section \ref{Authoring_Dynamic_Plot_Tics})
+\item \textbf{key}   (see ``Plot Labels and Key'' section \ref{Authoring_Dynamic_Plot_Key})
+\item \textbf{label} (see ``Plot Labels and Key'' section \ref{Authoring_Dynamic_Plot_Label}) 
+\item \textbf{axes}  (see ``Plot Axes Details'' section \ref{Authoring_Dynamic_Plot_Axes})
+\item \textbf{tics}  (see ``Plot Axes Details'' section \ref{Authoring_Dynamic_Plot_Tics})
 \end{itemize}
 
Index: loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Key.tex
diff -u loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Key.tex:1.3 loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Key.tex:1.4
--- loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Key.tex:1.3	Thu Aug 22 19:42:55 2013
+++ loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Key.tex	Mon Sep  9 20:59:44 2013
@@ -2,8 +2,8 @@
 
 The \textbf{key} tag causes a key to be drawn on the plot when it is generated.
 The key will contain an entry for each \textbf{curve} which has a name 
-(see Specifying Curves to Plot section \ref{Authoring_Dynamic_Plot_Curve}).
+(see ``Specifying Curves to Plot'' section \ref{Authoring_Dynamic_Plot_Curve}).
 
 The key is the color of the foreground of the plot, specified in the 
-\textbf{gnuplot} tag (see Authoring Dynamically Generated Plots section 
+\textbf{gnuplot} tag (see ``Authoring Dynamically Generated Plots'' section 
 \ref{Authoring_Dynamic_Plot_Gnuplot}).
Index: loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Label.tex
diff -u loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Label.tex:1.6 loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Label.tex:1.7
--- loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Label.tex:1.6	Thu Aug 22 19:42:55 2013
+++ loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Label.tex	Mon Sep  9 20:59:44 2013
@@ -5,7 +5,7 @@
 which fall within the plot will show.  
 The color used will be to foreground color of the plot and the font will be
 the size specified for the plot, both of which are set in the 
-\textbf{gnuplot} tag (see Authoring Dynamically Generated Plots section 
+\textbf{gnuplot} tag (see ``Authoring Dynamically Generated Plots'' section 
 \ref{Authoring_Dynamic_Plot_Gnuplot}).
 
 \begin{itemize}


More information about the LON-CAPA-cvs mailing list