diff scripts/plot/quiver.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 9a6f4713f765
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/plot/quiver.m
+++ b/scripts/plot/quiver.m
@@ -83,7 +83,7 @@
 
 %!demo
 %! [x,y] = meshgrid(1:2:20);
-%! h = quiver(x,y,sin(2*pi*x/10),sin(2*pi*y/10))
+%! h = quiver(x,y,sin(2*pi*x/10),sin(2*pi*y/10));
 %! set (h, "maxheadsize", 0.33);
 
 %!demo