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