diff scripts/plot/errorbar.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/errorbar.m	Wed Mar 16 05:34:27 2005 +0000
+++ b/scripts/plot/errorbar.m	Wed Mar 16 17:14:12 2005 +0000
@@ -105,7 +105,7 @@
 ## @end deftypefn
 ##
 ## @seealso{semilogx, semilogy, loglog, polar, mesh, contour, __pltopt__,
-## bar, stairs, gplot, gsplot, replot, xlabel, ylabel, and title}
+## bar, stairs, replot, xlabel, ylabel, and title}
 
 ## Created: 18.7.2000
 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi>
@@ -117,9 +117,9 @@
     usage ("errorbar (...)");
   endif
 
-  gset nologscale x;
-  gset nologscale y;
-  gset nopolar;
+  __gset__ nologscale x;
+  __gset__ nologscale y;
+  __gset__ nopolar;
 
   __errcomm__ ("errorbar", varargin{:});