changeset 9354:52bde0edd23a

quiver.m: Add 'clf' to demos.
author Ben Abbott <bpabbott@mac.com>
date Mon, 15 Jun 2009 11:39:46 -0400
parents 335dc62068a8
children 5e4da3b3747e
files scripts/ChangeLog scripts/plot/quiver.m
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Mon Jun 15 11:21:53 2009 -0400
+++ b/scripts/ChangeLog	Mon Jun 15 11:39:46 2009 -0400
@@ -1,5 +1,6 @@
 2009-06-15  Ben Abbott <bpabbott@mac.com>
 
+	* plot/quiver.m: Add 'clf' to demos.
 	* plot/plotyy.m: Consider dataaspectratiomode before changing
 	dataaspectratio.
 
--- a/scripts/plot/quiver.m	Mon Jun 15 11:21:53 2009 -0400
+++ b/scripts/plot/quiver.m	Mon Jun 15 11:39:46 2009 -0400
@@ -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);