Mercurial > hg > octave-lyh
diff scripts/plot/bottom_title.m @ 2312:204cc7db6f4a
[project @ 1996-07-11 21:20:36 by jwe]
author | jwe |
---|---|
date | Thu, 11 Jul 1996 21:20:36 +0000 |
parents | 2b5788792cad |
children | 5ca126254d15 |
line wrap: on
line diff
--- a/scripts/plot/bottom_title.m +++ b/scripts/plot/bottom_title.m @@ -26,9 +26,10 @@ ## rather than the top. ## -function bottom_title (text) +## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU> +## Adapted-By: jwe - ## Written by Vinayak Dutt, Dutt.Vinayak@mayo.EDU +function bottom_title (text) if (! gnuplot_has_multiplot) error ("bottom_title: gnuplot does not appear to support this feature");