diff scripts/plot/quiver3.m @ 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 9a6f4713f765
children 665b264b6a50
line wrap: on
line diff
--- 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;