comparison scripts/plot/draw/lightangle.m @ 28172:65ddd575a5f5 stable

lightangle.m: Add title to demo figure. * lightangle.m: Add title to demo figure.
author Rik <rik@octave.org>
date Wed, 25 Mar 2020 08:24:13 -0700
parents bd51beb6205e
children 4ca254b41ea8 0a5b15007766
comparison
equal deleted inserted replaced
28168:b3bd3385d07a 28172:65ddd575a5f5
139 139
140 %!demo 140 %!demo
141 %! clf; 141 %! clf;
142 %! sphere (36); 142 %! sphere (36);
143 %! lightangle (45, 30); 143 %! lightangle (45, 30);
144 %! title ("lightangle() demo #1");
144 145
145 %!test 146 %!test
146 %! hf = figure ("visible", "off"); 147 %! hf = figure ("visible", "off");
147 %! unwind_protect 148 %! unwind_protect
148 %! sphere (24); 149 %! sphere (24);