# HG changeset patch # User Carlo de Falco # Date 1315322049 -7200 # Node ID 3b5449493bb8907ebc32eade82d09f247064458d # Parent 2e2738837a240d96675afb098a2191eaef73b4e8 Remove console output in graphics demos. * loglog.m, semilogx.m,semilogy.m: remove console output from demos. diff -r 2e2738837a24 -r 3b5449493bb8 scripts/plot/loglog.m --- a/scripts/plot/loglog.m Tue Sep 06 15:38:32 2011 +0200 +++ b/scripts/plot/loglog.m Tue Sep 06 17:14:09 2011 +0200 @@ -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"); diff -r 2e2738837a24 -r 3b5449493bb8 scripts/plot/semilogx.m --- a/scripts/plot/semilogx.m Tue Sep 06 15:38:32 2011 +0200 +++ b/scripts/plot/semilogx.m Tue Sep 06 17:14:09 2011 +0200 @@ -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"); diff -r 2e2738837a24 -r 3b5449493bb8 scripts/plot/semilogy.m --- a/scripts/plot/semilogy.m Tue Sep 06 15:38:32 2011 +0200 +++ b/scripts/plot/semilogy.m Tue Sep 06 17:14:09 2011 +0200 @@ -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");