# HG changeset patch # User John W. Eaton # Date 1224618553 14400 # Node ID 873ea2c72f16b4f089d721809b419c3c5cc522bb # Parent b12a2975bf7e1b32b25fd8ea9912f346076d90ec quiver3.m: turn hold off after demo diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -4,6 +4,8 @@ 2008-10-21 John W. Eaton + * plot/quiver3.m: Turn hold off after demo. + * plot/newplot.m: Delete stray debugging code. * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not diff --git a/scripts/plot/quiver3.m b/scripts/plot/quiver3.m --- a/scripts/plot/quiver3.m +++ b/scripts/plot/quiver3.m @@ -100,3 +100,4 @@ %! [u, v, w] = surfnorm (x, y, z / 10); %! h = quiver3 (x, y, z, u, v, w); %! set (h, "maxheadsize", 0.33); +%! hold off;