Mercurial > hg > octave-lyh
diff scripts/plot/plot.m @ 5252:3d9afb170a39
[project @ 2005-03-28 18:40:35 by jwe]
author | jwe |
---|---|
date | Mon, 28 Mar 2005 18:40:35 +0000 |
parents | 32c569794216 |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/scripts/plot/plot.m +++ b/scripts/plot/plot.m @@ -175,8 +175,8 @@ ## temporarily, probably inside an unwind_protect block, but there is ## no way to determine their current values. - __gnuplot_set__ nologscale; - __gnuplot_set__ nopolar; + __gnuplot_raw__ ("set nologscale;\n"); + __gnuplot_raw__ ("set nopolar;\n"); __plt__ ("plot", varargin{:});