# HG changeset patch # User Ben Abbott # Date 1245080386 14400 # Node ID 52bde0edd23a46ccae022c7b26b04fe6735aece2 # Parent 335dc62068a80dc72d1056c871206a02025af756 quiver.m: Add 'clf' to demos. diff -r 335dc62068a8 -r 52bde0edd23a scripts/ChangeLog --- 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 + * plot/quiver.m: Add 'clf' to demos. * plot/plotyy.m: Consider dataaspectratiomode before changing dataaspectratio. diff -r 335dc62068a8 -r 52bde0edd23a scripts/plot/quiver.m --- 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);