[BACK]Return to mk_graph-ja.texi CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib / packages / doc / mt_graph

Diff for /OpenXM/src/asir-contrib/packages/doc/mt_graph/mk_graph-ja.texi between version 1.1 and 1.4

version 1.1, 2009/02/12 08:12:58 version 1.4, 2009/02/21 21:21:18
Line 1 
Line 1 
 \input texinfo  \input texinfo
 @comment $OpenXM$  @comment $OpenXM: OpenXM/src/asir-contrib/packages/doc/mt_graph/mk_graph-ja.texi,v 1.3 2009/02/15 09:43:47 takayama Exp $
 @iftex  @iftex
 @catcode`@#=6  @catcode`@#=6
 @def@fref#1{@xrefX[#1,,@code{#1},,,]}  @def@fref#1{@xrefX[#1,,@code{#1},,,]}
Line 12 
Line 12 
 @comment --- おまじない終り ---  @comment --- おまじない終り ---
   
 @comment --- GNU info ファイルの名前 ---  @comment --- GNU info ファイルの名前 ---
 @setfilename asir-contrib-f_res  @setfilename asir-contrib-mk_graph
   
 @comment --- タイトル ---  @comment --- タイトル ---
 @settitle Risa/Asir mt_graph パッケージ @code{mt_graph}  @settitle Risa/Asir mt_graph パッケージ @code{mt_graph}
Line 104  All rights reserved.  (GFL)
Line 104  All rights reserved.  (GFL)
 @item mtg.plot3d(@var{formula})  @item mtg.plot3d(@var{formula})
 :: @var{formula} のグラフを描画する.  :: @var{formula} のグラフを描画する.
 @item mtg.plot3d(@var{formula} | @var{options})  @item mtg.plot3d(@var{formula} | @var{options})
 :: @var{formula} のグラフを描画する. @var{options} で描画範囲なのを指定する.  :: @var{formula} のグラフを描画する. @var{options} で描画範囲などを指定する.
 @end table  @end table
   
 @table @var  @table @var
Line 148  at マークと, dollar マークの座標は戻値の中に書かれてい
Line 148  at マークと, dollar マークの座標は戻値の中に書かれてい
   
 @example  @example
 [1210] import("mt_graph.rr");  [1210] import("mt_graph.rr");
 [1211] def myfunc(X,Y) { if (X*Y < 0) return 0; else 1;}  [1211] def myfunc(X,Y) @{ if (X*Y < 0) return 0; else 1;@}
 [1212] mtg.plot3d(quote(myfunc(x,y)*x*y));  [1212] mtg.plot3d(quote(myfunc(x,y)*x*y));
 @end example  @end example
   
Line 205  at マークと, dollar マークの座標は戻値の中に書かれてい
Line 205  at マークと, dollar マークの座標は戻値の中に書かれてい
   
 @example  @example
 [1210] import("mt_graph.rr");  [1210] import("mt_graph.rr");
 [1211] def myfunc(X,Y) { if (X*Y < 0) return 0; else 1;}  [1211] def myfunc(X,Y) @{ if (X*Y < 0) return 0; else 1;@}
 [1212] mtp.parametric_plot3d([s,t,quote(myfunc(s,t)*s*t) | fitting=0);  [1212] mtp.parametric_plot3d([s,t,quote(myfunc(s,t)*s*t) | fitting=0);
 @end example  @end example
   

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

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