comparison 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
comparison
equal deleted inserted replaced
5251:454e3c98300d 5252:3d9afb170a39
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 __gnuplot_set__ nologscale; 178 __gnuplot_raw__ ("set nologscale;\n");
179 __gnuplot_set__ nopolar; 179 __gnuplot_raw__ ("set nopolar;\n");
180 180
181 __plt__ ("plot", varargin{:}); 181 __plt__ ("plot", varargin{:});
182 182
183 endfunction 183 endfunction