diff scripts/plot/comet.m @ 8236:7799d8c38312

Small plotting fixes
author David Bateman <dbateman@free.fr>
date Fri, 17 Oct 2008 16:06:32 +0100
parents a012580f0d2f
children 5cfeb7bc497a
line wrap: on
line diff
--- a/scripts/plot/comet.m
+++ b/scripts/plot/comet.m
@@ -79,6 +79,7 @@
 endfunction
 
 %!demo
+%! close all;
 %! t = 0:.1:2*pi;
 %! x = cos(2*t).*(cos(t).^2);
 %! y = sin(2*t).*(sin(t).^2);