Mercurial > hg > octave-nkf
diff scripts/plot/plot.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/plot.m +++ b/scripts/plot/plot.m @@ -65,6 +65,10 @@ function plot (...) + ## 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; gset nopolar;