Mercurial > hg > octave-lyh
diff scripts/plot/mplot.m @ 2520:a034dcdbc282
[project @ 1996-11-15 04:57:21 by jwe]
author | jwe |
---|---|
date | Fri, 15 Nov 1996 04:59:08 +0000 |
parents | 8fc0fa7ae9ca |
children | 8b262e771614 |
line wrap: on
line diff
--- a/scripts/plot/mplot.m +++ b/scripts/plot/mplot.m @@ -57,8 +57,8 @@ automatic_replot = 0; endif - set nologscale; - set nopolar; + gset nologscale; + gset nopolar; __plt__ ("plot", all_va_args); @@ -80,7 +80,7 @@ xo = (multiplot_xi - 1.0)*multiplot_xsize; yo = (multiplot_yn - multiplot_yi)*multiplot_ysize; - eval (sprintf ("set origin %g, %g", xo,yo)); + eval (sprintf ("gset origin %g, %g", xo,yo)); endif