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

version 1.1, 2002/07/26 19:53:59 version 1.2, 2002/12/11 19:04:47
Line 41  The above script works, but it produces Line 41  The above script works, but it produces
   
 \includegraphics{dynamic_piecewise}  \includegraphics{dynamic_piecewise}
   
 A better solution is to use two seperate <curve> statements to plot  A better solution is to use two separate <curve> statements to plot
 two separate curves. So on the second piece of the function we use  two separate curves. So on the second piece of the function we use
 @X2 and @Y2 instead of @X and @Y. Then in the <gnuplot> tag we  @X2 and @Y2 instead of @X and @Y. Then in the <gnuplot> tag we
 include a second <curve> sub-tag.  include a second <curve> sub-tag.

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


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