Mercurial > hg > octave-nkf
diff scripts/plot/plot.m @ 17530:0f45d9dd8107
test: Fix 4 failing plot demos.
* scripts/plot/legend.m: Demo #11, use 'h' for returned handle.
* scripts/plot/plot.m: Fix typo "lenths" -> "lengths".
* scripts/plot/ribbon.m: Remove unnecessary call to meshgrid now
that sombrero returns meshgridded data.
* scripts/plot/trimesh.m: Set colormap so plot is always reproducible.
author | Rik <rik@octave.org> |
---|---|
date | Tue, 01 Oct 2013 15:39:20 -0700 |
parents | e04847bbcfdf |
children |
line wrap: on
line diff
--- a/scripts/plot/plot.m +++ b/scripts/plot/plot.m @@ -265,7 +265,7 @@ %! x = 0:10; %! plot (repmat (x, 2, 1), rand (2, numel (x)), '-s') %! axis ([0 10 0 1]) -%! title ({'Vertical lines with random height and lenths', ... +%! title ({'Vertical lines with random height and lengths', ... %! 'x[2x11], y[2,11]'}) %!demo