comparison scripts/plot/loglog.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
33 33
34 ## XXX FIXME XXX -- these plot states should really just be set 34 ## XXX FIXME XXX -- these plot states should really just be set
35 ## temporarily, probably inside an unwind_protect block, but there is 35 ## temporarily, probably inside an unwind_protect block, but there is
36 ## no way to determine their current values. 36 ## no way to determine their current values.
37 37
38 __gset__ logscale x; 38 __gnuplot_set__ logscale x;
39 __gset__ logscale y; 39 __gnuplot_set__ logscale y;
40 __gset__ nopolar; 40 __gnuplot_set__ nopolar;
41 41
42 __plt__ ("loglog", varargin{:}); 42 __plt__ ("loglog", varargin{:});
43 43
44 endfunction 44 endfunction