changeset 22810:7184b4516a68

legend.m: Fix failing demo (bug #49675). * legend.m: Fix failing demo.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 23 Nov 2016 08:47:19 +0100
parents 86bb7c37a1b9
children f55c208a31c1
files scripts/plot/appearance/legend.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/appearance/legend.m	Tue Nov 22 16:30:41 2016 -0500
+++ b/scripts/plot/appearance/legend.m	Wed Nov 23 08:47:19 2016 +0100
@@ -1463,7 +1463,7 @@
 %! y2 = rand (size (x));
 %! [ax, h1, h2] = plotyy (x, y1, x, y2);
 %! title ("plotyy legend test #1: Blue and Orange labels");
-%! legend ([h1, h2], {"Blue", "Orange}, "location", "south");
+%! legend ([h1, h2], {"Blue", "Orange"}, "location", "south");
 
 %!demo
 %! clf;