=================================================================== RCS file: /home/cvs/OpenXM/src/asir-contrib/packages/doc/Attic/gnuplot.oxweave,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- OpenXM/src/asir-contrib/packages/doc/Attic/gnuplot.oxweave 2004/03/05 15:30:50 1.3 +++ OpenXM/src/asir-contrib/packages/doc/Attic/gnuplot.oxweave 2004/03/05 15:56:40 1.4 @@ -1,7 +1,7 @@ -/* $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 */ /*&ja @@ -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(); @@ -99,7 +99,7 @@ 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 */ @@ -151,7 +151,7 @@ Integer @item The descriptor is stored in @code{Gnuplot_proc}. @end itemize */ -/*&C-texi +/*&C @example P = gnuplot.start(); @end example @@ -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 @@ -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 @@ -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)$ @@ -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. @@ -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);