Mercurial > hg > octave-lyh
diff scripts/plot/plot.m @ 5214:eecc24b92d97
[project @ 2005-03-16 17:14:12 by jwe]
author | jwe |
---|---|
date | Wed, 16 Mar 2005 17:14:12 +0000 |
parents | c08cb1098afc |
children | 32c569794216 |
line wrap: on
line diff
--- a/scripts/plot/plot.m +++ b/scripts/plot/plot.m @@ -165,7 +165,7 @@ ## @end deftypefn ## ## @seealso{semilogx, semilogy, loglog, polar, mesh, contour, __pltopt__ -## bar, stairs, errorbar, gplot, gsplot, replot, xlabel, ylabel, and title} +## bar, stairs, errorbar, replot, xlabel, ylabel, and title} ## Author: jwe @@ -175,8 +175,8 @@ ## temporarily, probably inside an unwind_protect block, but there is ## no way to determine their current values. - gset nologscale; - gset nopolar; + __gset__ nologscale; + __gset__ nopolar; __plt__ ("plot", varargin{:});