diff scripts/plot/fill.m @ 8243:ec4d9d657b17

Treat line style argument in stairs
author David Bateman <dbateman@free.fr>
date Mon, 20 Oct 2008 16:02:31 +0100
parents 73d6b71788c0
children a013ff655ca4
line wrap: on
line diff
--- a/scripts/plot/fill.m
+++ b/scripts/plot/fill.m
@@ -115,4 +115,4 @@
 %! y1 = cos(t1);
 %! x2 = sin(t2) + 0.8;
 %! y2 = cos(t2);
-%! h = fill(x1,y1,'r',x2,y2,'g')
+%! h = fill(x1,y1,'r',x2,y2,'g');