=================================================================== RCS file: /home/cvs/OpenXM/src/asir-contrib/packages/doc/Attic/gnuplot.oxweave,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- 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 2003/07/27 13:18:46 1.2 @@ -1,11 +1,11 @@ -/* $OpenXM$ */ +/* $OpenXM: OpenXM/src/asir-contrib/packages/doc/gnuplot.oxweave,v 1.1 2003/05/18 09:57:33 takayama Exp $ */ /*&C-texi @c DO NOT EDIT THIS FILE oxgnuplot.texi */ /*&jp-texi -@node GNUPLOT 函数,,, Top +@node GNUPLOT Functions,,, Top @chapter GNUPLOT 函数 この節では GNUPLOT の ox サーバ @code{ox_sm1_gnuplot} @@ -25,6 +25,18 @@ The file @file{gnuplot} is at @* @file{$(OpenXM_HOME)/lib/asir-contrib}. */ /*&C-texi + +@menu +* gnuplot.start:: +* gnuplot:: +* gnuplot.plot_dots:: +* gnuplot.heat:: +* gnuplot.plot_function:: +* gnuplot.output:: +@end menu + +*/ +/*&C-texi @example @include opening.texi [255] gnuplot.start(); @@ -98,10 +110,7 @@ Author of @code{GNUPLOT}: Thomas Williams, Colin Kelle @section Functions */ /*&jp-texi -@menu -* gnuplot.start:: -@end menu -@node gnuplot.start,,, GNUPLOT 函数 +@node gnuplot.start,,, GNUPLOT Functions @subsection @code{gnuplot.start} @findex gnuplot.start @table @t @@ -122,9 +131,6 @@ Author of @code{GNUPLOT}: Thomas Williams, Colin Kelle @end itemize */ /*&eg-texi -@menu -* gnuplot.start:: -@end menu @node gnuplot.start,,, GNUPLOT Functions @subsection @code{gnuplot.start} @findex gnuplot.start @@ -165,9 +171,6 @@ P = gnuplot.start(); /*&eg-texi -@menu -* gnuplot:: -@end menu @node gnuplot,,, GNUPLOT Functions @subsection @code{gnuplot} @findex gnuplot @@ -198,10 +201,7 @@ String @end itemize */ /*&jp-texi -@menu -* gnuplot:: -@end menu -@node gnuplot,,, GNUPLOT 函数 +@node gnuplot,,, GNUPLOT Functions @subsection @code{gnuplot} @findex gnuplot @table @t @@ -282,9 +282,6 @@ String /*&eg-texi -@menu -* gnuplot.plot_dots:: -@end menu @node gnuplot.plot_dots,,, GNUPLOT Functions @subsection @code{gnuplot.plot_dots} @findex gnuplot.plot_dots @@ -320,10 +317,7 @@ String or 0 @end itemize */ /*&jp-texi -@menu -* gnuplot.plot_dots:: -@end menu -@node gnuplot.plot_dots,,, GNUPLOT 函数 +@node gnuplot.plot_dots,,, GNUPLOT Functions @subsection @code{gnuplot.plot_dots} @findex gnuplot.plot_dots @table @t @@ -395,9 +389,6 @@ String or 0 /** heat equation **/ /*&eg-texi -@menu -* gnuplot.heat:: -@end menu @node gnuplot.heat,,, GNUPLOT Functions @subsection @code{gnuplot.heat} @findex gnuplot.heat @@ -428,10 +419,7 @@ with the initial condition Algorithm: NOT Written. (Difference scheme. Courant-Levi-Friedrichs conditions.) */ /*&jp-texi -@menu -* gnuplot.heat:: -@end menu -@node gnuplot.heat,,, GNUPLOT 函数 +@node gnuplot.heat,,, GNUPLOT Functions @subsection @code{gnuplot.heat} @findex gnuplot.heat @table @t @@ -469,9 +457,6 @@ Algorithm: NOT Written. (Difference scheme. Courant-Le /*&eg-texi -@menu -* gnuplot.output:: -@end menu @node gnuplot.output,,, GNUPLOT Functions @subsection @code{gnuplot.output} @findex gnuplot.output @@ -494,10 +479,7 @@ the output will be written to X11 display. @end itemize */ /*&jp-texi -@menu -* gnuplot.output:: -@end menu -@node gnuplot.output,,, GNUPLOT 関数 +@node gnuplot.output,,, GNUPLOT Functions @subsection @code{gnuplot.output} @findex gnuplot.output @table @t @@ -548,9 +530,6 @@ Output device is set to X11 /*&eg-texi -@menu -* gnuplot:: -@end menu @node gnuplot.plot_function,,, GNUPLOT Functions @subsection @code{gnuplot.plot_function} @findex gnuplot.plot_function @@ -574,14 +553,11 @@ Polynomial or a list of polynomials */ /*&jp-texi -@menu -* gnuplot:: -@end menu -@node gnuplot.plot_function,,, GNUPLOT 函数 +@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} サーバに @var{f} のグラフを書くように頼む. @end table