diff scripts/plot/oneplot.m @ 3106:21208b797332

[project @ 1997-11-19 06:26:03 by jwe]
author jwe
date Wed, 19 Nov 1997 06:26:04 +0000
parents 98d862e12945
children a494f93e60ff
line wrap: on
line diff
--- a/scripts/plot/oneplot.m
+++ b/scripts/plot/oneplot.m
@@ -33,11 +33,7 @@
 
   if (gnuplot_has_multiplot)
 
-    global __multiplot_mode__
-
-    if (! exist ("__multiplot_mode__"))
-      __multiplot_mode__ = 0;
-    endif
+    global __multiplot_mode__ = 0;
 
     if (__multiplot_mode__)
       gset nomultiplot;