diff scripts/plot/top_title.m @ 3368:a4cd1e9d9962

[project @ 1999-11-20 17:22:48 by jwe]
author jwe
date Sat, 20 Nov 1999 17:23:01 +0000
parents 8b262e771614
children a7fe24b18fa4
line wrap: on
line diff
--- a/scripts/plot/top_title.m
+++ b/scripts/plot/top_title.m
@@ -17,12 +17,11 @@
 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 
-## usage: top_title (text)
-##
-## NOTE: this will work only with gnuplot installed with
-##       multiplot patch
-##
-## makes a title with text "text" at the top of the plot
+## -*- texinfo -*-
+## @deftypefn {Function File} {} top_title (@var{string})
+## @deftypefnx {Function File} {} bottom_title (@var{string})
+## Makes a title with text @var{string} at the top (bottom) of the plot.
+## @end deftypefn
 
 ## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU>
 ## Created: 3 July 95