# HG changeset patch # User Ben Abbott # Date 1245127436 -7200 # Node ID 1ffb54887c425efc5ae3d616ed940fd038999a6a # Parent f944142010ced613089896914743151ddfcf8d45 quiver.m: Add 'clf' to demos. diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,5 +1,6 @@ 2009-06-14 Ben Abbott + * plot/quiver.m: Add 'clf' to demos. * plot/plotyy.m: Fix compatibility with subplot, add listeners for dataaspectratio, and add a demo. diff --git a/scripts/plot/quiver.m b/scripts/plot/quiver.m --- 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);