diff scripts/plot/semilogxerr.m @ 5214:eecc24b92d97

[project @ 2005-03-16 17:14:12 by jwe]
author jwe
date Wed, 16 Mar 2005 17:14:12 +0000
parents c08cb1098afc
children 32c569794216
line wrap: on
line diff
--- a/scripts/plot/semilogxerr.m	Wed Mar 16 05:34:27 2005 +0000
+++ b/scripts/plot/semilogxerr.m	Wed Mar 16 17:14:12 2005 +0000
@@ -36,7 +36,7 @@
 ## @end deftypefn
 ##
 ## @seealso{errorbar, loglogerr semilogyerr, polar, mesh, contour, __pltopt__, 
-## bar, stairs, gplot, gsplot, replot, xlabel, ylabel, and title}
+## bar, stairs, replot, xlabel, ylabel, and title}
 
 ## Created: 20.2.2001
 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi>
@@ -48,9 +48,9 @@
     usage ("semilogxerr (...)");
   endif
 
-  gset logscale x;
-  gset nologscale y;
-  gset nopolar;
+  __gset__ logscale x;
+  __gset__ nologscale y;
+  __gset__ nopolar;
 
   __errcomm__ ("semilogxerr", varargin{:});