Mercurial > hg > octave-nkf
diff scripts/plot/semilogy.m @ 13104:3b5449493bb8
Remove console output in graphics demos.
* loglog.m, semilogx.m,semilogy.m: remove console
output from demos.
author | Carlo de Falco <kingcrimson@tiscali.it> |
---|---|
date | Tue, 06 Sep 2011 17:14:09 +0200 |
parents | 2e2738837a24 |
children | 2ea1658ad049 |
line wrap: on
line diff
--- a/scripts/plot/semilogy.m +++ b/scripts/plot/semilogy.m @@ -79,8 +79,6 @@ %! semilogy (a, abs (b)) %! set (gca, 'ydir', 'reverse') %! xlabel ('semilogy (a, abs (b))') -%! -%! fprintf ('the two plots should look the same except for the sign in y tick labels') %!test %! hf = figure (1232, "visible", "off");