Mercurial > hg > octave-lyh
changeset 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 | 3d7a4a2d9cef |
files | scripts/plot/loglog.m scripts/plot/semilogx.m scripts/plot/semilogy.m |
diffstat | 3 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/plot/loglog.m +++ b/scripts/plot/loglog.m @@ -80,9 +80,6 @@ %! loglog (a, abs (b)) %! set (gca, 'ydir', 'reverse') %! xlabel ('loglog (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");
--- a/scripts/plot/semilogx.m +++ b/scripts/plot/semilogx.m @@ -78,8 +78,6 @@ %! semilogx (abs (b), a) %! set (gca, 'ydir', 'reverse') %! xlabel ('semilogx (a, abs (b))') -%! -%! fprintf ('the two plots should look the same except for the sign in x tick labels') %!test %! hf = figure (1232, "visible", "off");
--- 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");