[BACK]Return to gnuplot.oxweave CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib / packages / doc

Diff for /OpenXM/src/asir-contrib/packages/doc/Attic/gnuplot.oxweave between version 1.4 and 1.5

version 1.4, 2004/03/05 15:56:40 version 1.5, 2004/12/18 01:56:03
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/asir-contrib/packages/doc/gnuplot.oxweave,v 1.3 2004/03/05 15:30:50 ohara Exp $ */  /* $OpenXM: OpenXM/src/asir-contrib/packages/doc/gnuplot.oxweave,v 1.4 2004/03/05 15:56:40 ohara Exp $ */
   
   
 /*&C  /*&C
Line 33  The file @file{gnuplot} is at @*
Line 33  The file @file{gnuplot} is at @*
 * gnuplot.heat::  * gnuplot.heat::
 * gnuplot.plot_function::  * gnuplot.plot_function::
 * gnuplot.output::  * gnuplot.output::
   * gnuplot.setenv::
   * gnuplot.stop::
 @end menu  @end menu
   
 */  */
Line 598  Polynomial or a list of polynomials
Line 600  Polynomial or a list of polynomials
 @end table  @end table
 */  */
   
   /*&en
   
   @node gnuplot.stop,,, GNUPLOT Functions
   @subsection @code{gnuplot.stop}
   @findex gnuplot.stop
   @table @t
   @item gnuplot.stop()
   ::  Stop the gnuplot and remove the temporary fifo file.
   @end table
   
   @table @var
   @item return
   Void
   @item s
   String
   @end table
   
   @itemize @bullet
   @item Stop the @code{GNUPLOT} and remove the temporary fifo file generated
   by the mkfifo system call under the temporary directory.
   @end itemize
   */
   /*&ja
   
   @node gnuplot.stop,,, GNUPLOT Functions
   @subsection @code{gnuplot.stop}
   @findex gnuplot.stop
   @table @t
   @item gnuplot.stop()
   ::  @code{GNUPLOT} $B$rDd;_$7(B, $BDL?.MQ$N(B fifo $B%U%!%$%k$r>C$9(B.
   @end table
   
   @table @var
   @item return
   Void
   @item s
   String
   @end table
   
   @itemize @bullet
   @item  @code{GNUPLOT} $B$rDd;_$7(B, $B0l;~%G%#%l%/%H%j$N2<$K:n@.$5$l$?DL?.MQ$N(B fifo $B%U%!%$%k$r>C$9(B.
   @item $BDL?.MQ$N(B fifo $B%U%!%$%kL>$O(B gnuplot $B$G;O$^$k(B.
   @end itemize
   */
   
   /*&C
   @example
   [273] gnuplot.stop()
   @end example
   */
   
   /*&en
   @table @t
   @item Reference
       @code{gnuplot.start}
   @end table
   */
   /*&ja
   @table @t
   @item $B;2>H(B
       @code{gnuplot.start}
   @end table
   */
   
   /*&en
   @node gnuplot.setenv,,, GNUPLOT Functions
   @subsection @code{gnuplot.setenv}
   @findex gnuplot.setenv
   @table @t
   @item gnuplot.setenv(@var{key},@var{value})
   ::
   @end table
   
   @table @var
   @item return
   Void
   @item key
   String
   @item value
   Object
   @end table
   
   @itemize @bullet
   @item The @var{key} takes the value either in
   "gnuplot.callingMethod" or "plot.gnuplotexec".
   @end itemize
   */
   /*&ja
   @node gnuplot.setenv,,, GNUPLOT Functions
   @subsection @code{gnuplot.setenv}
   @findex gnuplot.setenv
   @table @t
   @item gnuplot.setenv(@var{key},@var{value})
   ::
   @end table
   
   @table @var
   @item return
   Void
   @item key
   String
   @item value
   Object
   @end table
   
   @itemize @bullet
   @item  @code{key} $B$O(B "gnuplot.callingMethod" $B$^$?$O(B "plot.gnuplotexec".
   @end itemize
   */
   
   /*&C
   @example
      Use the old method to communicate with gnuplot (version 3).
      This method does not use mkfifo, but we need a patched version of gnuplot.
   [273] gnuplot.setenv("gnuplot.callingMethod",0);
   [274] gnuplot.setenv("plot.gnuplotexec",getenv("OpenXM_HOME")+"/bin/gnuplot4ox");
   
      Calling your own gnuplot binary.
   [274] gnuplot.setenv("plot.gnuplotexec","/cygdrive/c/program files/gnuplot/pgnuplot.exe");
   @end example
   */
   
   /*&en
   @table @t
   @item Reference
       @code{gnuplot.start}
   @end table
   */
   /*&ja
   @table @t
   @item $B;2>H(B
       @code{gnuplot.start}
   @end table
   */
   
 end$  end$
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>