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	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");
--- 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");
--- 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");