Diff for /loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Curve_Function.tex between versions 1.1 and 1.2

version 1.1, 2003/09/22 19:54:36 version 1.2, 2003/09/22 21:08:59
Line 3 Line 3
 The \textbf{function} tag allows you to specify the curve to be   The \textbf{function} tag allows you to specify the curve to be 
 plotted as a formula, instead of numerical data.  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   Use the independent variable ``x'' for cartesian plots and ``t'' for polar 
 plots.  plots.
 Implicit multiplication is not accepted by Gnuplot.  Implicit multiplication is not accepted by Gnuplot.
Line 17  The following are examples of valid func Line 17  The following are examples of valid func
 \item \texttt{3*x**x}  \item \texttt{3*x**x}
 \item \texttt{exp(sin(2*x))}  \item \texttt{exp(sin(2*x))}
 \item \texttt{sinh(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}  \end{itemize}
   

Removed from v.1.1  
changed lines
  Added in v.1.2


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