diff scripts/plot/stemleaf.m @ 17026:be52288f827b

Tweak some plotting demos for messages and spelling. * scripts/plot/axis.m: Correct typo "p" -> "pi"; * scripts/plot/fplot.m: Change sinc function definition to put constant "pi" first. * scripts/plot/stemleaf.m: Fix failing demo missing caption argument.
author Rik <rik@octave.org>
date Sat, 20 Jul 2013 18:46:38 -0700
parents ddac88d32d6a
children 7babcdb9bc13
line wrap: on
line diff
--- a/scripts/plot/stemleaf.m
+++ b/scripts/plot/stemleaf.m
@@ -332,7 +332,7 @@
 %!demo
 %! %% Gaussian leaves:
 %! x = fix (30 * randn (300,1));
-%! stemleaf (x);
+%! stemleaf (x, 'Gaussian leaves');
 
 %!test
 %! ## test minus to plus