diff 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
line wrap: on
line diff
--- a/scripts/plot/bottom_title.m
+++ b/scripts/plot/bottom_title.m
@@ -30,6 +30,10 @@
 
 # Written by Vinayak Dutt, Dutt.Vinayak@mayo.EDU
 
+  if (! gnuplot_has_multiplot)
+    error ("bottom_title: gnuplot does not appear to support this feature");
+  endif
+    
   if (nargin != 1)
     usage ("bottom_title (text)");
   endif