comparison scripts/plot/loglog.m @ 5775:ace8d8d26933

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents 2618a0750ae6
children 44c91c5dfe1d
comparison
equal deleted inserted replaced
5774:e7af222e98b0 5775:ace8d8d26933
28 28
29 ## Author: jwe 29 ## Author: jwe
30 30
31 function loglog (varargin) 31 function loglog (varargin)
32 32
33 ## XXX FIXME XXX -- these plot states should really just be set 33 ## FIXME -- these plot states should really just be set
34 ## temporarily, probably inside an unwind_protect block, but there is 34 ## temporarily, probably inside an unwind_protect block, but there is
35 ## no way to determine their current values. 35 ## no way to determine their current values.
36 36
37 __gnuplot_raw__ ("set logscale x;\n"); 37 __gnuplot_raw__ ("set logscale x;\n");
38 __gnuplot_raw__ ("set logscale y;\n"); 38 __gnuplot_raw__ ("set logscale y;\n");