diff scripts/plot/fill.m @ 8790:a013ff655ca4

Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
author Ben Abbott <bpabbott@mac.com>
date Wed, 18 Feb 2009 00:46:24 -0500
parents ec4d9d657b17
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/plot/fill.m
+++ b/scripts/plot/fill.m
@@ -108,7 +108,7 @@
 endfunction
 
 %!demo
-%! close all;
+%! clf
 %! t1 = (1/16:1/8:1)'*2*pi;
 %! t2 = ((1/16:1/8:1)' + 1/32)*2*pi;
 %! x1 = sin(t1) - 0.8;