[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.2 and 1.3

version 1.2, 2003/07/27 13:18:46 version 1.3, 2004/03/05 15:30:50
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/asir-contrib/packages/doc/gnuplot.oxweave,v 1.1 2003/05/18 09:57:33 takayama Exp $ */  /* $OpenXM: OpenXM/src/asir-contrib/packages/doc/gnuplot.oxweave,v 1.2 2003/07/27 13:18:46 takayama Exp $ */
   
   
 /*&C-texi  /*&C-texi
 @c DO NOT EDIT THIS FILE   oxgnuplot.texi  @c DO NOT EDIT THIS FILE   oxgnuplot.texi
 */  */
 /*&jp-texi  /*&ja
 @node GNUPLOT Functions,,, Top  @node GNUPLOT Functions,,, Top
 @chapter GNUPLOT $BH!?t(B  @chapter GNUPLOT $BH!?t(B
   
Line 14 
Line 14 
 @code{gnuplot} $B$O(B  @code{gnuplot} $B$O(B
 @file{$(OpenXM_HOME)/lib/asir-contrib/} $B$K$"$k(B.  @file{$(OpenXM_HOME)/lib/asir-contrib/} $B$K$"$k(B.
 */  */
 /*&eg-texi  /*&en
 @node GNUPLOT Functions,,, Top  @node GNUPLOT Functions,,, Top
 @chapter GNUPLOT Functions  @chapter GNUPLOT Functions
   
Line 45  The file @file{gnuplot} is at @*
Line 45  The file @file{gnuplot} is at @*
 0  0
 @end example  @end example
 */  */
 /*&eg-texi  /*&en
 The function  The function
 @code{gnuplot.heat}(@var{dt},@var{step}) demonstrates our gnuplot interface.  @code{gnuplot.heat}(@var{dt},@var{step}) demonstrates our gnuplot interface.
 It numerically solves the heat equation  It numerically solves the heat equation
Line 71  One can observe the instability by changing CFL number
Line 71  One can observe the instability by changing CFL number
   gnuplot.heat_set_N(20); gnuplot.heat(0.003,30);   (CFL > 0.5 unstable)    gnuplot.heat_set_N(20); gnuplot.heat(0.003,30);   (CFL > 0.5 unstable)
 @end example  @end example
 */  */
 /*&jp-texi  /*&ja
 $B4X?t(B  $B4X?t(B
 @code{gnuplot.heat}(@var{dt},@var{step}) $B$O$o$l$o$l$N(B GNUPLOT $B%$%s%?%U%'!<%94X?t$N%G%b(B  @code{gnuplot.heat}(@var{dt},@var{step}) $B$O$o$l$o$l$N(B GNUPLOT $B%$%s%?%U%'!<%94X?t$N%G%b(B
 $B$G$"$k(B.  $B$G$"$k(B.
Line 103  CFL $B$rJQ$($k$3$H$K$h$j(B, $BIT0BDj@-$,@8$8$k$N$r4
Line 103  CFL $B$rJQ$($k$3$H$K$h$j(B, $BIT0BDj@-$,@8$8$k$N$r4
 Author of @code{GNUPLOT}: Thomas Williams, Colin Kelley  Author of @code{GNUPLOT}: Thomas Williams, Colin Kelley
 */  */
   
 /*&jp-texi  /*&ja
 @section $BH!?t0lMw(B  @section $BH!?t0lMw(B
 */  */
 /*&eg-texi  /*&en
 @section Functions  @section Functions
 */  */
 /*&jp-texi  /*&ja
 @node gnuplot.start,,, GNUPLOT Functions  @node gnuplot.start,,, GNUPLOT Functions
 @subsection @code{gnuplot.start}  @subsection @code{gnuplot.start}
 @findex gnuplot.start  @findex gnuplot.start
Line 130  Author of @code{GNUPLOT}: Thomas Williams, Colin Kelle
Line 130  Author of @code{GNUPLOT}: Thomas Williams, Colin Kelle
 @item $B<1JLHV9f$O(B, @code{Gnuplot_proc} $B$K3JG<$5$l$k(B.  @item $B<1JLHV9f$O(B, @code{Gnuplot_proc} $B$K3JG<$5$l$k(B.
 @end itemize  @end itemize
 */  */
 /*&eg-texi  /*&en
 @node gnuplot.start,,, GNUPLOT Functions  @node gnuplot.start,,, GNUPLOT Functions
 @subsection @code{gnuplot.start}  @subsection @code{gnuplot.start}
 @findex gnuplot.start  @findex gnuplot.start
Line 156  Integer
Line 156  Integer
 P = gnuplot.start();  P = gnuplot.start();
 @end example  @end example
 */  */
 /*&jp-texi  /*&ja
 @table @t  @table @t
 @item $B;2>H(B  @item $B;2>H(B
 @code{ox_launch}, @code{gnuplot}  @code{ox_launch}, @code{gnuplot}
 @end table  @end table
 */  */
 /*&eg-texi  /*&en
 @table @t  @table @t
 @item Reference  @item Reference
 @code{ox_launch}, @code{gnuplot}  @code{ox_launch}, @code{gnuplot}
Line 170  P = gnuplot.start();
Line 170  P = gnuplot.start();
 */  */
   
   
 /*&eg-texi  /*&en
 @node gnuplot,,, GNUPLOT Functions  @node gnuplot,,, GNUPLOT Functions
 @subsection @code{gnuplot}  @subsection @code{gnuplot}
 @findex gnuplot  @findex gnuplot
Line 200  String
Line 200  String
     gnuplot does not accept @code{^}. Use @code{**} instead.      gnuplot does not accept @code{^}. Use @code{**} instead.
 @end itemize  @end itemize
 */  */
 /*&jp-texi  /*&ja
 @node gnuplot,,, GNUPLOT Functions  @node gnuplot,,, GNUPLOT Functions
 @subsection @code{gnuplot}  @subsection @code{gnuplot}
 @findex gnuplot  @findex gnuplot
Line 258  String
Line 258  String
   
 @end example  @end example
 */  */
 /*&eg-texi  /*&en
 @table @t  @table @t
 @item Reference  @item Reference
     @code{ox_launch}, @code{gnuplot.start}, @code{rtostr},      @code{ox_launch}, @code{gnuplot.start}, @code{rtostr},
Line 268  String
Line 268  String
     in Japansese,  ISBN4-924998-11-7      in Japansese,  ISBN4-924998-11-7
 @end table  @end table
 */  */
 /*&jp-texi  /*&ja
 @table @t  @table @t
 @item $B;2>H(B  @item $B;2>H(B
     @code{ox_launch}, @code{gnuplot.start}, @code{rtostr},      @code{ox_launch}, @code{gnuplot.start}, @code{rtostr},
Line 281  String
Line 281  String
   
   
   
 /*&eg-texi  /*&en
 @node gnuplot.plot_dots,,, GNUPLOT Functions  @node gnuplot.plot_dots,,, GNUPLOT Functions
 @subsection @code{gnuplot.plot_dots}  @subsection @code{gnuplot.plot_dots}
 @findex gnuplot.plot_dots  @findex gnuplot.plot_dots
Line 316  String or 0
Line 316  String or 0
  When @var{d} == @code{[  ]}, the screen will be cleared.   When @var{d} == @code{[  ]}, the screen will be cleared.
 @end itemize  @end itemize
 */  */
 /*&jp-texi  /*&ja
 @node gnuplot.plot_dots,,, GNUPLOT Functions  @node gnuplot.plot_dots,,, GNUPLOT Functions
 @subsection @code{gnuplot.plot_dots}  @subsection @code{gnuplot.plot_dots}
 @findex gnuplot.plot_dots  @findex gnuplot.plot_dots
Line 369  String or 0
Line 369  String or 0
 0  0
 @end example  @end example
 */  */
 /*&jp-texi  /*&ja
 @table @t  @table @t
 @item $B;2>H(B  @item $B;2>H(B
     @code{gnuplot.start}, @code{plot "fileName" with options}(GNUPLOT command),      @code{gnuplot.start}, @code{plot "fileName" with options}(GNUPLOT command),
     @code{gnuplot.clean}, @code{gnuplot}      @code{gnuplot.clean}, @code{gnuplot}
 @end table  @end table
 */  */
 /*&eg-texi  /*&en
 @table @t  @table @t
 @item Reference  @item Reference
     @code{gnuplot.start}, @code{plot "fileName" with options}(GNUPLOT command),      @code{gnuplot.start}, @code{plot "fileName" with options}(GNUPLOT command),
Line 388  String or 0
Line 388  String or 0
   
 /** heat equation **/  /** heat equation **/
   
 /*&eg-texi  /*&en
 @node gnuplot.heat,,, GNUPLOT Functions  @node gnuplot.heat,,, GNUPLOT Functions
 @subsection @code{gnuplot.heat}  @subsection @code{gnuplot.heat}
 @findex gnuplot.heat  @findex gnuplot.heat
Line 418  with the initial condition
Line 418  with the initial condition
 @noindent  @noindent
 Algorithm: NOT Written. (Difference scheme. Courant-Levi-Friedrichs conditions.)  Algorithm: NOT Written. (Difference scheme. Courant-Levi-Friedrichs conditions.)
 */  */
 /*&jp-texi  /*&ja
 @node gnuplot.heat,,, GNUPLOT Functions  @node gnuplot.heat,,, GNUPLOT Functions
 @subsection @code{gnuplot.heat}  @subsection @code{gnuplot.heat}
 @findex gnuplot.heat  @findex gnuplot.heat
Line 456  Algorithm: NOT Written. (Difference scheme. Courant-Le
Line 456  Algorithm: NOT Written. (Difference scheme. Courant-Le
   
   
   
 /*&eg-texi  /*&en
 @node gnuplot.output,,, GNUPLOT Functions  @node gnuplot.output,,, GNUPLOT Functions
 @subsection @code{gnuplot.output}  @subsection @code{gnuplot.output}
 @findex gnuplot.output  @findex gnuplot.output
Line 478  String
Line 478  String
 the output will be written to X11 display.  the output will be written to X11 display.
 @end itemize  @end itemize
 */  */
 /*&jp-texi  /*&ja
 @node gnuplot.output,,, GNUPLOT Functions  @node gnuplot.output,,, GNUPLOT Functions
 @subsection @code{gnuplot.output}  @subsection @code{gnuplot.output}
 @findex gnuplot.output  @findex gnuplot.output
Line 515  Output device is set to X11
Line 515  Output device is set to X11
 @end example  @end example
 */  */
   
 /*&eg-texi  /*&en
 @table @t  @table @t
 @item Reference  @item Reference
     @code{gnuplot}      @code{gnuplot}
 @end table  @end table
 */  */
 /*&jp-texi  /*&ja
 @table @t  @table @t
 @item $B;2>H(B  @item $B;2>H(B
     @code{gnuplot}      @code{gnuplot}
Line 529  Output device is set to X11
Line 529  Output device is set to X11
 */  */
   
   
 /*&eg-texi  /*&en
 @node gnuplot.plot_function,,, GNUPLOT Functions  @node gnuplot.plot_function,,, GNUPLOT Functions
 @subsection @code{gnuplot.plot_function}  @subsection @code{gnuplot.plot_function}
 @findex gnuplot.plot_function  @findex gnuplot.plot_function
Line 552  Polynomial or a list of polynomials
Line 552  Polynomial or a list of polynomials
 @end itemize  @end itemize
 */  */
   
 /*&jp-texi  /*&ja
 @node gnuplot.plot_function,,, GNUPLOT Functions  @node gnuplot.plot_function,,, GNUPLOT Functions
 @subsection @code{gnuplot.plot_function}  @subsection @code{gnuplot.plot_function}
 @findex gnuplot.plot_function  @findex gnuplot.plot_function
Line 585  Polynomial or a list of polynomials
Line 585  Polynomial or a list of polynomials
   
 */  */
   
 /*&eg-texi  /*&en
 @table @t  @table @t
 @item Reference  @item Reference
     @code{gnuplot.to_gnuplot_format}      @code{gnuplot.to_gnuplot_format}
 @end table  @end table
 */  */
 /*&jp-texi  /*&ja
 @table @t  @table @t
 @item $B;2>H(B  @item $B;2>H(B
     @code{gnuplot.to_gnuplot_format}      @code{gnuplot.to_gnuplot_format}

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

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