Mercurial > hg > octave-nkf
diff scripts/plot/bottom_title.m @ 2325:b5568c31ee2c
[project @ 1996-07-15 22:20:21 by jwe]
author | jwe |
---|---|
date | Mon, 15 Jul 1996 22:20:21 +0000 |
parents | 5ca126254d15 |
children | a034dcdbc282 |
line wrap: on
line diff
--- a/scripts/plot/bottom_title.m +++ b/scripts/plot/bottom_title.m @@ -22,7 +22,7 @@ ## NOTE: this will work only with gnuplot installed with ## multiplot patch ## -## makes a title with the given text at the bottom of the plot +## makes a title with the given text at the bottom of the plot ## rather than the top. ## @@ -34,7 +34,7 @@ if (! gnuplot_has_multiplot) error ("bottom_title: gnuplot does not appear to support this feature"); endif - + if (nargin != 1) usage ("bottom_title (text)"); endif