Mercurial > hg > octave-lyh
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 +++ b/scripts/plot/errorbar.m @@ -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{:});