Mercurial > hg > octave-lyh
comparison scripts/plot/plot.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 |
---|---|
173 | 173 |
174 ## XXX FIXME XXX -- these plot states should really just be set | 174 ## XXX FIXME XXX -- these plot states should really just be set |
175 ## temporarily, probably inside an unwind_protect block, but there is | 175 ## temporarily, probably inside an unwind_protect block, but there is |
176 ## no way to determine their current values. | 176 ## no way to determine their current values. |
177 | 177 |
178 __gset__ nologscale; | 178 __gnuplot_set__ nologscale; |
179 __gset__ nopolar; | 179 __gnuplot_set__ nopolar; |
180 | 180 |
181 __plt__ ("plot", varargin{:}); | 181 __plt__ ("plot", varargin{:}); |
182 | 182 |
183 endfunction | 183 endfunction |