Mercurial > hg > octave-lyh
diff scripts/plot/cylinder.m @ 12129:80fc70a53400
cylinder.m: Remove console output from demo.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Sat, 22 Jan 2011 10:02:12 -0500 |
parents | b0084095098e |
children | d0b799dafede |
line wrap: on
line diff
--- 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")