=================================================================== RCS file: /home/cvs/OpenXM/src/asir-contrib/packages/doc/Attic/gnuplot.oxweave,v retrieving revision 1.2 retrieving revision 1.4 diff -u -p -r1.2 -r1.4 --- 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:56:40 1.4 @@ -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.3 2004/03/05 15:30:50 ohara Exp $ */ -/*&C-texi +/*&C @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 @@ -24,7 +24,7 @@ These interface functions are defined in the file @cod The file @file{gnuplot} is at @* @file{$(OpenXM_HOME)/lib/asir-contrib}. */ -/*&C-texi +/*&C @menu * gnuplot.start:: @@ -36,7 +36,7 @@ The file @file{gnuplot} is at @* @end menu */ -/*&C-texi +/*&C @example @include opening.texi [255] gnuplot.start(); @@ -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. @@ -99,17 +99,17 @@ 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) @end example */ -/*&C-texi +/*&C 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 @@ -151,18 +151,18 @@ Integer @item The descriptor is stored in @code{Gnuplot_proc}. @end itemize */ -/*&C-texi +/*&C @example 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 @@ -229,7 +229,7 @@ String GNUPLOT $B$O(B @code{^} $B$r$&$1$D$1$J$$(B. $B$+$o$j$K(B, @code{**} $B$r;H$&(B. @end itemize */ -/*&C-texi +/*&C @example [232] P = gnuplot.start(); 0 @@ -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 @@ -353,7 +353,7 @@ String or 0 @var{d} == @code{[ ]} $B$N$H$-$O%9%/%j!<%s$,$^$:>C5n$5$l$k(B. @end itemize */ -/*&C-texi +/*&C @example [239] P = gnuplot.start(); 0 @@ -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 @@ -446,7 +446,7 @@ 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. @end itemize */ -/*&C-texi +/*&C @example [232] Heat_N = 20$ [233] gnuplot.heat(0.001,30)$ @@ -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 @@ -501,7 +501,7 @@ String @end itemize */ -/*&C-texi +/*&C @example [273] gnuplot.output(|file="hoge.eps"); Graphic output of GNUPLOT will be written to hoge.eps as a Poscript file. @@ -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 @@ -574,7 +574,7 @@ 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. @end itemize */ -/*&C-texi +/*&C @example [290] gnuplot.plot_function((x+sin(x))^2); @@ -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}