# HG changeset patch # User Ben Abbott # Date 1295708532 18000 # Node ID 80fc70a534003ed20de97635baecaa806ff083a0 # Parent e916491cbb99afd4a81cd84699ece98e7a925750 cylinder.m: Remove console output from demo. diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2011-01-22 Ben Abbott + + * plot/cylinder.m: Remove console output from demo. + 2011-01-22 Konstantinos Poulios * plot/plotyy.m: Set box property to off to allow both y-axes colors diff --git a/scripts/plot/cylinder.m b/scripts/plot/cylinder.m --- a/scripts/plot/cylinder.m +++ b/scripts/plot/cylinder.m @@ -38,9 +38,9 @@ ## ## @example ## @group -## disp ("plotting a cone") ## [x, y, z] = cylinder (10:-1:0,50); ## surf (x, y, z); +## title ("a cone") ## @end group ## @end example ## @seealso{sphere} @@ -86,6 +86,6 @@ endfunction %!demo -%! disp ("plotting a cone") %! [x, y, z] = cylinder (10:-1:0,50); %! surf (x, y, z); +%! title ("a cone")