Diff for /loncom/html/adm/help/tex/Authoring_Dynamic_Plot_Gnuplot.tex between versions 1.8 and 1.9

version 1.8, 2013/08/22 19:42:55 version 1.9, 2013/09/09 20:59:44
Line 9  rendered for each student.  It can be us Line 9  rendered for each student.  It can be us
 If you are using  If you are using
 static data a dynamically generated plot is not appropriate because of  static data a dynamically generated plot is not appropriate because of
 the overhead associated with generating the plot. In that case, use a  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   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.   problem editor, and select \textbf{GnuPlot} from the \textbf{Insert} dropdown menu. 
Line 27  This text is used as the \texttt{alt} va Line 27  This text is used as the \texttt{alt} va
 used to display the plot on a web page.  used to display the plot on a web page.
   
 \item \texttt{background color of image (xffffff)}  \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.  for help on specifying colors.
   
 \item \texttt{foreground color of image (x000000)}   \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.  for help on specifying colors.
   
 \item \texttt{height of image (pixels)}  \item \texttt{height of image (pixels)}
Line 47  If the image is transparent the backgrou Line 47  If the image is transparent the backgrou
 \item \texttt{Display grid} ``Yes'' or ``No''.    \item \texttt{Display grid} ``Yes'' or ``No''.  
   
 \item \texttt{Number of samples for non-data plots}  If a \textbf{function} tag is used  \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  (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}),   \textbf{curve} (see ``Specifying Curves to Plot'' section \ref{Authoring_Dynamic_Plot_Curve}), 
 this indicates the number of sample points to use.  this indicates the number of sample points to use.
   
 \item \texttt{Draw border around plot} ``Yes'' or ``No''  \item \texttt{Draw border around plot} ``Yes'' or ``No''
Line 82  The parent \texttt{gnuplot} tag allows u Line 82  The parent \texttt{gnuplot} tag allows u
 editor):  editor):
   
 \begin{itemize}  \begin{itemize}
 \item \textbf{curve} (see Specifying Curves to Plot section \ref{Authoring_Dynamic_Plot_Curve})  \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{title}, \textbf{xlabel}, and \textbf{ylabel} (see ``Plot Labels and Key'' section 
 \ref{Authoring_Dynamic_Plot_Title_X_Y_Label})  \ref{Authoring_Dynamic_Plot_Title_X_Y_Label})
 \item \textbf{key}   (see Plot Labels and Key section \ref{Authoring_Dynamic_Plot_Key})  \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{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{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{tics}  (see ``Plot Axes Details'' section \ref{Authoring_Dynamic_Plot_Tics})
 \end{itemize}  \end{itemize}
   

Removed from v.1.8  
changed lines
  Added in v.1.9


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