comparison 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
comparison
equal deleted inserted replaced
2311:2b5788792cad 2312:204cc7db6f4a
24 ## 24 ##
25 ## makes a title with the given text at the bottom of the plot 25 ## makes a title with the given text at the bottom of the plot
26 ## rather than the top. 26 ## rather than the top.
27 ## 27 ##
28 28
29 ## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU>
30 ## Adapted-By: jwe
31
29 function bottom_title (text) 32 function bottom_title (text)
30
31 ## Written by Vinayak Dutt, Dutt.Vinayak@mayo.EDU
32 33
33 if (! gnuplot_has_multiplot) 34 if (! gnuplot_has_multiplot)
34 error ("bottom_title: gnuplot does not appear to support this feature"); 35 error ("bottom_title: gnuplot does not appear to support this feature");
35 endif 36 endif
36 37