Mercurial > hg > octave-nkf
comparison scripts/plot/polar.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 |
comparison
equal
deleted
inserted
replaced
5214:eecc24b92d97 | 5215:32c569794216 |
---|---|
34 | 34 |
35 ## XXX FIXME XXX -- these plot states should really just be set | 35 ## XXX FIXME XXX -- these plot states should really just be set |
36 ## temporarily, probably inside an unwind_protect block, but there is | 36 ## temporarily, probably inside an unwind_protect block, but there is |
37 ## no way to determine their current values. | 37 ## no way to determine their current values. |
38 | 38 |
39 __gset__ nologscale; | 39 __gnuplot_set__ nologscale; |
40 __gset__ nopolar; | 40 __gnuplot_set__ nopolar; |
41 | 41 |
42 if (nargin == 3) | 42 if (nargin == 3) |
43 if (isstr (fmt)) | 43 if (isstr (fmt)) |
44 fmt = __pltopt__ ("polar", fmt); | 44 fmt = __pltopt__ ("polar", fmt); |
45 else | 45 else |