Mercurial > hg > octave-nkf
comparison scripts/plot/bottom_title.m @ 2296:5f6c19054139
[project @ 1996-06-14 06:41:57 by jwe]
author | jwe |
---|---|
date | Fri, 14 Jun 1996 06:41:57 +0000 |
parents | 5d29638dd524 |
children | 5cffc4b8de57 |
comparison
equal
deleted
inserted
replaced
2295:95d9259a9915 | 2296:5f6c19054139 |
---|---|
28 # rather than the top. | 28 # rather than the top. |
29 # | 29 # |
30 | 30 |
31 # Written by Vinayak Dutt, Dutt.Vinayak@mayo.EDU | 31 # Written by Vinayak Dutt, Dutt.Vinayak@mayo.EDU |
32 | 32 |
33 if (! gnuplot_has_multiplot) | |
34 error ("bottom_title: gnuplot does not appear to support this feature"); | |
35 endif | |
36 | |
33 if (nargin != 1) | 37 if (nargin != 1) |
34 usage ("bottom_title (text)"); | 38 usage ("bottom_title (text)"); |
35 endif | 39 endif |
36 | 40 |
37 if (isstr (text)) | 41 if (isstr (text)) |