diff scripts/plot/subplot.m @ 6424:05a48d6cf163

[project @ 2007-03-21 13:38:47 by jwe]
author jwe
date Wed, 21 Mar 2007 13:38:47 +0000
parents 0fcce0872e02
children 0cc5ca7b1e91
line wrap: on
line diff
--- a/scripts/plot/subplot.m	Wed Mar 21 13:15:03 2007 +0000
+++ b/scripts/plot/subplot.m	Wed Mar 21 13:38:47 2007 +0000
@@ -140,7 +140,9 @@
     endif
   endfor
 
-  if (! found)
+  if (found)
+    set (cf, "currentaxes", tmp);
+  else
     tmp = axes ("outerposition", pos);
   endif