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