[BACK]Return to gnuplot.oxweave CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib / packages / doc

Diff for /OpenXM/src/asir-contrib/packages/doc/Attic/gnuplot.oxweave between version 1.3 and 1.4

version 1.3, 2004/03/05 15:30:50 version 1.4, 2004/03/05 15:56:40
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/asir-contrib/packages/doc/gnuplot.oxweave,v 1.2 2003/07/27 13:18:46 takayama Exp $ */  /* $OpenXM: OpenXM/src/asir-contrib/packages/doc/gnuplot.oxweave,v 1.3 2004/03/05 15:30:50 ohara Exp $ */
   
   
 /*&C-texi  /*&C
 @c DO NOT EDIT THIS FILE   oxgnuplot.texi  @c DO NOT EDIT THIS FILE   oxgnuplot.texi
 */  */
 /*&ja  /*&ja
Line 24  These interface functions are defined in the file @cod
Line 24  These interface functions are defined in the file @cod
 The file @file{gnuplot} is at @*  The file @file{gnuplot} is at @*
 @file{$(OpenXM_HOME)/lib/asir-contrib}.  @file{$(OpenXM_HOME)/lib/asir-contrib}.
 */  */
 /*&C-texi  /*&C
   
 @menu  @menu
 * gnuplot.start::  * gnuplot.start::
Line 36  The file @file{gnuplot} is at @*
Line 36  The file @file{gnuplot} is at @*
 @end menu  @end menu
   
 */  */
 /*&C-texi  /*&C
 @example  @example
 @include opening.texi  @include opening.texi
 [255] gnuplot.start();  [255] gnuplot.start();
Line 99  CFL $B$rJQ$($k$3$H$K$h$j(B, $BIT0BDj@-$,@8$8$k$N$r4
Line 99  CFL $B$rJQ$($k$3$H$K$h$j(B, $BIT0BDj@-$,@8$8$k$N$r4
   gnuplot.set_heat_N(20); gnuplot.heat(0.003,30);   (CFL > 0.5 unstable)    gnuplot.set_heat_N(20); gnuplot.heat(0.003,30);   (CFL > 0.5 unstable)
 @end example  @end example
 */  */
 /*&C-texi  /*&C
 Author of @code{GNUPLOT}: Thomas Williams, Colin Kelley  Author of @code{GNUPLOT}: Thomas Williams, Colin Kelley
 */  */
   
Line 151  Integer
Line 151  Integer
 @item The descriptor is stored in @code{Gnuplot_proc}.  @item The descriptor is stored in @code{Gnuplot_proc}.
 @end itemize  @end itemize
 */  */
 /*&C-texi  /*&C
 @example  @example
 P = gnuplot.start();  P = gnuplot.start();
 @end example  @end example
Line 229  String
Line 229  String
    GNUPLOT $B$O(B @code{^} $B$r$&$1$D$1$J$$(B. $B$+$o$j$K(B, @code{**} $B$r;H$&(B.     GNUPLOT $B$O(B @code{^} $B$r$&$1$D$1$J$$(B. $B$+$o$j$K(B, @code{**} $B$r;H$&(B.
 @end itemize  @end itemize
 */  */
 /*&C-texi  /*&C
 @example  @example
 [232] P = gnuplot.start();  [232] P = gnuplot.start();
 0  0
Line 353  String or 0
Line 353  String or 0
   @var{d} == @code{[  ]} $B$N$H$-$O%9%/%j!<%s$,$^$:>C5n$5$l$k(B.    @var{d} == @code{[  ]} $B$N$H$-$O%9%/%j!<%s$,$^$:>C5n$5$l$k(B.
 @end itemize  @end itemize
 */  */
 /*&C-texi  /*&C
 @example  @example
 [239] P = gnuplot.start();  [239] P = gnuplot.start();
 0  0
Line 446  Algorithm: NOT Written. (Difference scheme. Courant-Le
Line 446  Algorithm: NOT Written. (Difference scheme. Courant-Le
 @item $B$3$N4X?t$O>-Mh(B @code{pde_heat_demo} $B$H8F$P$l$kM=Dj(B.  @item $B$3$N4X?t$O>-Mh(B @code{pde_heat_demo} $B$H8F$P$l$kM=Dj(B.
 @end itemize  @end itemize
 */  */
 /*&C-texi  /*&C
 @example  @example
 [232] Heat_N = 20$  [232] Heat_N = 20$
 [233] gnuplot.heat(0.001,30)$  [233] gnuplot.heat(0.001,30)$
Line 501  String
Line 501  String
 @end itemize  @end itemize
 */  */
   
 /*&C-texi  /*&C
 @example  @example
 [273] gnuplot.output(|file="hoge.eps");  [273] gnuplot.output(|file="hoge.eps");
 Graphic output of GNUPLOT will be written to hoge.eps as a Poscript file.  Graphic output of GNUPLOT will be written to hoge.eps as a Poscript file.
Line 574  Polynomial or a list of polynomials
Line 574  Polynomial or a list of polynomials
 @item @code{gnuplot} $B%5!<%P$K(B @var{f} $B$N%0%i%U$r=q$/$h$&$KMj$`(B.  @item @code{gnuplot} $B%5!<%P$K(B @var{f} $B$N%0%i%U$r=q$/$h$&$KMj$`(B.
 @end itemize  @end itemize
 */  */
 /*&C-texi  /*&C
   
 @example  @example
 [290] gnuplot.plot_function((x+sin(x))^2);  [290] gnuplot.plot_function((x+sin(x))^2);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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