Mercurial > hg > octave-nkf
diff scripts/plot/mplot.m @ 5215:32c569794216
[project @ 2005-03-16 18:54:42 by jwe]
author | jwe |
---|---|
date | Wed, 16 Mar 2005 18:54:52 +0000 |
parents | eecc24b92d97 |
children | 3d9afb170a39 |
line wrap: on
line diff
--- a/scripts/plot/mplot.m +++ b/scripts/plot/mplot.m @@ -44,8 +44,8 @@ global __multiplot_xi__; global __multiplot_yi__; - __gset__ nologscale; - __gset__ nopolar; + __gnuplot_set__ nologscale; + __gnuplot_set__ nopolar; __plt__ ("plot", varargin{:}); @@ -67,7 +67,7 @@ xo = (__multiplot_xi__ - 1.0) * __multiplot_xsize__; yo = (__multiplot_yn__ - __multiplot_yi__) * __multiplot_ysize__; - eval (sprintf ("__gset__ origin %g, %g", xo, yo)); + eval (sprintf ("__gnuplot_set__ origin %g, %g", xo, yo)); endif