changeset 18888:962db83e36c3

legend.m: Update demo 19 with more descriptive title. * legend.m: Update demo 19 with more descriptive title.
author Rik <rik@octave.org>
date Wed, 02 Jul 2014 08:56:40 -0700
parents cff49c82f722
children b6fdfe22634b
files scripts/plot/appearance/legend.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/appearance/legend.m	Wed Jul 02 15:22:54 2014 +0200
+++ b/scripts/plot/appearance/legend.m	Wed Jul 02 08:56:40 2014 -0700
@@ -1399,9 +1399,9 @@
 %! rand_2x3_data2 = [0.44804, 0.84368, 0.23012; 0.72311, 0.58335, 0.90531];
 %! bar (rand_2x3_data2);
 %! ylim ([0 1.2]);
-%! title ('legend() works for bar graphs (hggroups)');
+%! title ('"left" option places text label west of colors');
 %! legend ('1st Bar', '2nd Bar', '3rd Bar');
-%! legend right;
+%! legend left;
 
 %!demo
 %! clf;