diff scripts/plot/__plt2__.m @ 5741:07421c4e0312

[project @ 2006-04-05 19:28:35 by jwe]
author jwe
date Wed, 05 Apr 2006 19:28:35 +0000
parents ec8c33dcd1bf
children 34f96dd5441b
line wrap: on
line diff
--- a/scripts/plot/__plt2__.m
+++ b/scripts/plot/__plt2__.m
@@ -67,6 +67,9 @@
     else
       error ("__plt2__: invalid data for plotting");
     endif
+  elseif (isempty (x1) && isempty (x2))
+    data = [];
+    fmtstr = "";
   else
     error ("__plt2__: invalid data for plotting");
   endif