changeset 8253:873ea2c72f16

quiver3.m: turn hold off after demo
author John W. Eaton <jwe@octave.org>
date Tue, 21 Oct 2008 15:49:13 -0400
parents b12a2975bf7e
children 8c29549c66de
files scripts/ChangeLog scripts/plot/quiver3.m
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Tue Oct 21 15:14:13 2008 -0400
+++ b/scripts/ChangeLog	Tue Oct 21 15:49:13 2008 -0400
@@ -4,6 +4,8 @@
 
 2008-10-21  John W. Eaton  <jwe@octave.org>
 
+	* 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
--- a/scripts/plot/quiver3.m	Tue Oct 21 15:14:13 2008 -0400
+++ b/scripts/plot/quiver3.m	Tue Oct 21 15:49:13 2008 -0400
@@ -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;