[BACK]Return to mk_graph-en.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-en.texi between version 1.1 and 1.3

version 1.1, 2009/02/12 08:12:58 version 1.3, 2010/08/31 06:37:12
Line 72  Expression or quote data. It should be a function in @
Line 72  Expression or quote data. It should be a function in @
  List.  [[xmin,xmax],[ymin,ymax]]   List.  [[xmin,xmax],[ymin,ymax]]
  @item mesh   @item mesh
  Natural number. Division number to mesh the region.   Natural number. Division number to mesh the region.
    @item fit
    When it is 1, (max+min)/2 is moved to the orgin in z.
 @end table  @end table
 @end table  @end table
   
Line 97  Expression or quote data. It should be a function in @
Line 99  Expression or quote data. It should be a function in @
   
 @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 149  Expression or quote data. It should be a function in @
Line 151  Expression or quote data. It should be a function in @
   
 @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.3

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