=================================================================== RCS file: /home/cvs/OpenXM/src/asir-contrib/packages/doc/Attic/gnuplot.oxweave,v retrieving revision 1.1 retrieving revision 1.4 diff -u -p -r1.1 -r1.4 --- OpenXM/src/asir-contrib/packages/doc/Attic/gnuplot.oxweave 2003/05/18 09:57:33 1.1 +++ OpenXM/src/asir-contrib/packages/doc/Attic/gnuplot.oxweave 2004/03/05 15:56:40 1.4 @@ -1,11 +1,11 @@ -/* $OpenXM$ */ +/* $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 -@node GNUPLOT $BH!?t(B,,, Top +/*&ja +@node GNUPLOT Functions,,, Top @chapter GNUPLOT $BH!?t(B $B$3$N@a$G$O(B GNUPLOT $B$N(B ox $B%5!<%P(B @code{ox_sm1_gnuplot} @@ -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,19 @@ 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:: +* gnuplot:: +* gnuplot.plot_dots:: +* gnuplot.heat:: +* gnuplot.plot_function:: +* gnuplot.output:: +@end menu + +*/ +/*&C @example @include opening.texi [255] gnuplot.start(); @@ -33,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 @@ -59,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. @@ -87,21 +99,18 @@ 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 -@menu -* gnuplot.start:: -@end menu -@node gnuplot.start,,, GNUPLOT $BH!?t(B +/*&ja +@node gnuplot.start,,, GNUPLOT Functions @subsection @code{gnuplot.start} @findex gnuplot.start @table @t @@ -121,10 +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 -@menu -* gnuplot.start:: -@end menu +/*&en @node gnuplot.start,,, GNUPLOT Functions @subsection @code{gnuplot.start} @findex gnuplot.start @@ -145,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} @@ -164,10 +170,7 @@ P = gnuplot.start(); */ -/*&eg-texi -@menu -* gnuplot:: -@end menu +/*&en @node gnuplot,,, GNUPLOT Functions @subsection @code{gnuplot} @findex gnuplot @@ -197,11 +200,8 @@ String gnuplot does not accept @code{^}. Use @code{**} instead. @end itemize */ -/*&jp-texi -@menu -* gnuplot:: -@end menu -@node gnuplot,,, GNUPLOT $BH!?t(B +/*&ja +@node gnuplot,,, GNUPLOT Functions @subsection @code{gnuplot} @findex gnuplot @table @t @@ -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,10 +281,7 @@ String -/*&eg-texi -@menu -* gnuplot.plot_dots:: -@end menu +/*&en @node gnuplot.plot_dots,,, GNUPLOT Functions @subsection @code{gnuplot.plot_dots} @findex gnuplot.plot_dots @@ -319,11 +316,8 @@ String or 0 When @var{d} == @code{[ ]}, the screen will be cleared. @end itemize */ -/*&jp-texi -@menu -* gnuplot.plot_dots:: -@end menu -@node gnuplot.plot_dots,,, GNUPLOT $BH!?t(B +/*&ja +@node gnuplot.plot_dots,,, GNUPLOT Functions @subsection @code{gnuplot.plot_dots} @findex gnuplot.plot_dots @table @t @@ -359,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 @@ -375,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), @@ -394,10 +388,7 @@ String or 0 /** heat equation **/ -/*&eg-texi -@menu -* gnuplot.heat:: -@end menu +/*&en @node gnuplot.heat,,, GNUPLOT Functions @subsection @code{gnuplot.heat} @findex gnuplot.heat @@ -427,11 +418,8 @@ with the initial condition @noindent Algorithm: NOT Written. (Difference scheme. Courant-Levi-Friedrichs conditions.) */ -/*&jp-texi -@menu -* gnuplot.heat:: -@end menu -@node gnuplot.heat,,, GNUPLOT $BH!?t(B +/*&ja +@node gnuplot.heat,,, GNUPLOT Functions @subsection @code{gnuplot.heat} @findex gnuplot.heat @table @t @@ -458,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)$ @@ -468,10 +456,7 @@ Algorithm: NOT Written. (Difference scheme. Courant-Le -/*&eg-texi -@menu -* gnuplot.output:: -@end menu +/*&en @node gnuplot.output,,, GNUPLOT Functions @subsection @code{gnuplot.output} @findex gnuplot.output @@ -493,11 +478,8 @@ String the output will be written to X11 display. @end itemize */ -/*&jp-texi -@menu -* gnuplot.output:: -@end menu -@node gnuplot.output,,, GNUPLOT $B4X?t(B +/*&ja +@node gnuplot.output,,, GNUPLOT Functions @subsection @code{gnuplot.output} @findex gnuplot.output @table @t @@ -519,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. @@ -533,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} @@ -547,10 +529,7 @@ Output device is set to X11 */ -/*&eg-texi -@menu -* gnuplot:: -@end menu +/*&en @node gnuplot.plot_function,,, GNUPLOT Functions @subsection @code{gnuplot.plot_function} @findex gnuplot.plot_function @@ -573,15 +552,12 @@ Polynomial or a list of polynomials @end itemize */ -/*&jp-texi -@menu -* gnuplot:: -@end menu -@node gnuplot.plot_function,,, GNUPLOT $BH!?t(B +/*&ja +@node gnuplot.plot_function,,, GNUPLOT Functions @subsection @code{gnuplot.plot_function} @findex gnuplot.plot_function @table @t -@item gnuplot.gnuplot(@var{f}|proc=@var{p}) +@item gnuplot.plot_function(@var{f}|proc=@var{p}) :: @code{gnuplot} $B%5!<%P$K(B @var{f} $B$N%0%i%U$r=q$/$h$&$KMj$`(B. @end table @@ -598,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); @@ -609,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}