changeset 11995:1ffb54887c42 release-3-2-x

quiver.m: Add 'clf' to demos.
author Ben Abbott <bpabbott@mac.com>
date Tue, 16 Jun 2009 06:43:56 +0200
parents f944142010ce
children 8c2a1c876c2c
files scripts/ChangeLog scripts/plot/quiver.m
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,5 +1,6 @@
 2009-06-14  Ben Abbott <bpabbott@mac.com>
 
+	* plot/quiver.m: Add 'clf' to demos.
 	* plot/plotyy.m: Fix compatibility with subplot, add listeners for
 	dataaspectratio, and add a demo.
 
--- a/scripts/plot/quiver.m
+++ b/scripts/plot/quiver.m
@@ -82,6 +82,7 @@
 endfunction
 
 %!demo
+%! clf
 %! [x,y] = meshgrid(1:2:20);
 %! h = quiver(x,y,sin(2*pi*x/10),sin(2*pi*y/10));
 %! set (h, "maxheadsize", 0.33);