diff 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
line wrap: on
line diff
--- a/scripts/plot/draw/lightangle.m	Sun Mar 22 17:57:50 2020 +0100
+++ b/scripts/plot/draw/lightangle.m	Wed Mar 25 08:24:13 2020 -0700
@@ -141,6 +141,7 @@
 %! clf;
 %! sphere (36);
 %! lightangle (45, 30);
+%! title ("lightangle() demo #1");
 
 %!test
 %! hf = figure ("visible", "off");