changeset 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 b3bd3385d07a
children b895daca20e2
files scripts/plot/draw/lightangle.m
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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");