Mercurial > hg > octave-lyh
diff scripts/plot/semilogyerr.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 | 46c8ecc4d565 |
line wrap: on
line diff
--- a/scripts/plot/semilogyerr.m +++ b/scripts/plot/semilogyerr.m @@ -41,6 +41,7 @@ function retval = semilogyerr (varargin) [h, varargin] = __plt_get_axis_arg__ ("semilogyerr", varargin{:}); + oldh = gca (); unwind_protect axes (h); @@ -53,7 +54,6 @@ if (nargout > 0) retval = tmp; endif - unwind_protect_cleanup axes (oldh); end_unwind_protect