Mercurial > hg > octave-lyh
diff scripts/plot/loglog.m @ 7216:5389a52df87b
[project @ 2007-11-29 19:07:29 by jwe]
author | jwe |
---|---|
date | Thu, 29 Nov 2007 19:07:29 +0000 |
parents | 71c03c7239fb |
children | 153e6226a669 |
line wrap: on
line diff
--- a/scripts/plot/loglog.m +++ b/scripts/plot/loglog.m @@ -30,6 +30,7 @@ function retval = loglog (varargin) [h, varargin] = __plt_get_axis_arg__ ("loglog", varargin{:}); + oldh = gca (); unwind_protect axes (h); @@ -42,7 +43,6 @@ if (nargout > 0) retval = tmp; endif - unwind_protect_cleanup axes (oldh); end_unwind_protect