diff scripts/plot/semilogxerr.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 dbd0c77e575e
line wrap: on
line diff
--- a/scripts/plot/semilogxerr.m	Thu Nov 29 16:46:40 2007 +0000
+++ b/scripts/plot/semilogxerr.m	Thu Nov 29 19:07:29 2007 +0000
@@ -41,6 +41,7 @@
 function retval = semilogxerr (varargin)
 
   [h, varargin] = __plt_get_axis_arg__ ("semilogxerr", 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