# HG changeset patch # User Ben Abbott # Date 1295708532 18000 # Node ID 80fc70a534003ed20de97635baecaa806ff083a0 # Parent e916491cbb99afd4a81cd84699ece98e7a925750 cylinder.m: Remove console output from demo. diff -r e916491cbb99 -r 80fc70a53400 scripts/ChangeLog --- a/scripts/ChangeLog Sat Jan 22 09:30:12 2011 -0500 +++ b/scripts/ChangeLog Sat Jan 22 10:02:12 2011 -0500 @@ -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 -r e916491cbb99 -r 80fc70a53400 scripts/plot/cylinder.m --- a/scripts/plot/cylinder.m Sat Jan 22 09:30:12 2011 -0500 +++ b/scripts/plot/cylinder.m Sat Jan 22 10:02:12 2011 -0500 @@ -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")