Mercurial > hg > octave-nkf
diff scripts/plot/polar.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/polar.m +++ b/scripts/plot/polar.m @@ -36,8 +36,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"); if (nargin == 3) if (isstr (fmt))