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

matthew lon-capa-cvs@mail.lon-capa.org
Mon, 22 Sep 2003 21:08:59 -0000


matthew		Mon Sep 22 17:08:59 2003 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Authoring_Dynamic_Plot_Curve.tex 
                             	Authoring_Dynamic_Plot_Curve_Data.tex 
                             	Authoring_Dynamic_Plot_Curve_Function.tex 
                             	Authoring_Dynamic_Plot_Gnuplot.tex 
                             	Authoring_Dynamic_Plot_Label.tex 
                             	Authoring_Dynamic_Plot_Tics.tex 
  Log:
  Updated to take care of bone-headedness.
  
  
Index: loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve.tex
diff -u loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve.tex:1.1 loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve.tex:1.2
--- loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve.tex:1.1	Mon Sep 22 15:54:36 2003
+++ loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve.tex	Mon Sep 22 17:08:59 2003
@@ -39,4 +39,3 @@
 \ref{Authoring_Dynamic_Plot_Curve_Data} and \textbf{function}
 \ref{Authoring_Dynamic_Plot_Curve_Function}.
 
-\end{itemize}
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.1 loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve_Data.tex:1.2
--- loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve_Data.tex:1.1	Mon Sep 22 15:54:36 2003
+++ loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve_Data.tex	Mon Sep 22 17:08:59 2003
@@ -5,7 +5,7 @@
 The \textbf{data} tag is only used in the \textbf{Curve} 
 \ref{Authoring_Dynamic_Plot_Curve} tag.
 
-The data must be either a perl array, \textt{@X}, or a comma seperated list,
+The data must be either a perl array, \texttt{@X}, or a comma seperated list,
 such as ``0.5,0.9,1.5, 2.4'' (without quotes).  'NaN' is a valid value.  
 
 The function and number \textbf{data} tags required varies based on the 
Index: loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve_Function.tex
diff -u loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve_Function.tex:1.1 loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve_Function.tex:1.2
--- loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve_Function.tex:1.1	Mon Sep 22 15:54:36 2003
+++ loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve_Function.tex	Mon Sep 22 17:08:59 2003
@@ -3,7 +3,7 @@
 The \textbf{function} tag allows you to specify the curve to be 
 plotted as a formula, instead of numerical data.
 
-The function must be a mathematical expression/
+The function must be a mathematical expression.
 Use the independent variable ``x'' for cartesian plots and ``t'' for polar 
 plots.
 Implicit multiplication is not accepted by Gnuplot.
@@ -17,6 +17,6 @@
 \item \texttt{3*x**x}
 \item \texttt{exp(sin(2*x))}
 \item \texttt{sinh(x)}
-\item \texttt{sin(t)*cos(t)} \textit{polar plot}
+\item \texttt{sin(t)*cos(t)} (\textit{polar plot only})
 \end{itemize}
 
Index: loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Gnuplot.tex
diff -u loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Gnuplot.tex:1.1 loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Gnuplot.tex:1.2
--- loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Gnuplot.tex:1.1	Mon Sep 22 15:54:36 2003
+++ loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Gnuplot.tex	Mon Sep 22 17:08:59 2003
@@ -54,7 +54,6 @@
 \item \textbf{curve} \ref{Authoring_Dynamic_Plot_Curve}
 \item \textbf{key}   \ref{Authoring_Dynamic_Plot_Key}
 \item \textbf{label} \ref{Authoring_Dynamic_Plot_Label}
-\item \textbf{title} \ref{Authoring_Dynamic_Plot_Linestyle}
 \item \textbf{axes}  \ref{Authoring_Dynamic_Plot_Axes}
 \item \textbf{tics}  \ref{Authoring_Dynamic_Plot_Tics}
 \item \textbf{title}, \textbf{xlabel}, and \textbf{ylabel} 
Index: loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Label.tex
diff -u loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Label.tex:1.1 loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Label.tex:1.2
--- loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Label.tex:1.1	Mon Sep 22 15:54:36 2003
+++ loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Label.tex	Mon Sep 22 17:08:59 2003
@@ -1,7 +1,8 @@
 \label{Authoring_Dynamic_Plot_Label}
 
 The \textbf{label} tag allows the author to place text at any position on the 
-plot.  There may be many \textbf{label} tags on one plot and all will show.  
+plot.  There may be many \textbf{label} tags on one plot and all the labels
+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} \ref{Authoring_Dynamic_Plot_Gnuplot} tag.
Index: loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Tics.tex
diff -u loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Tics.tex:1.1 loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Tics.tex:1.2
--- loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Tics.tex:1.1	Mon Sep 22 15:54:36 2003
+++ loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Tics.tex	Mon Sep 22 17:08:59 2003
@@ -12,7 +12,7 @@
 \begin{itemize}
 
 \item \texttt{Location of major tic marks}
-
+``Border'' or ``Axis''.
 Tic marks can be placed on the border or on the axes.  The images below
 illustrate the effects of each of these options.