Mercurial > hg > octave-lyh
diff scripts/plot/loglogerr.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/loglogerr.m +++ b/scripts/plot/loglogerr.m @@ -36,7 +36,7 @@ ## @end deftypefn ## ## @seealso{errorbar, semilogxerr, semilogyerr, polar, mesh, contour, -## __pltopt__, bar, stairs, gplot, gsplot, replot, xlabel, ylabel, and title} +## __pltopt__, bar, stairs, replot, xlabel, ylabel, and title} ## Created: 20.2.2001 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi> @@ -48,9 +48,9 @@ usage ("loglogerr(...)"); endif - gset logscale x; - gset logscale y; - gset nopolar; + __gset__ logscale x; + __gset__ logscale y; + __gset__ nopolar; __errcomm__ ("loglogerr", varargin{:});