Mercurial > hg > octave-lyh
diff scripts/plot/semilogy.m @ 3063:4287b8c06fbf
[project @ 1997-06-26 02:36:05 by jwe]
author | jwe |
---|---|
date | Thu, 26 Jun 1997 02:36:14 +0000 |
parents | 8b262e771614 |
children | a4cd1e9d9962 |
line wrap: on
line diff
--- a/scripts/plot/semilogy.m +++ b/scripts/plot/semilogy.m @@ -33,6 +33,10 @@ function semilogy (...) + ## XXX FIXME XXX -- these plot states should really just be set + ## temporarily, probably inside an unwind_protect block, but there is + ## no way to determine their current values. + gset nologscale x; gset logscale y; gset nopolar;