changeset 17022:ddc62f0c7a35

Fix mistake from changeset 942d892524b3. script/plot/subplot.m: Using "hsubplot" in place of "tmp".
author Stefan Mahr <dac922@gmx.de>
date Sat, 20 Jul 2013 09:06:50 -0400
parents 154899fa42e3
children 13a12d01aca5
files scripts/plot/subplot.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/subplot.m	Fri Jul 19 17:14:26 2013 -0700
+++ b/scripts/plot/subplot.m	Sat Jul 20 09:06:50 2013 -0400
@@ -233,7 +233,7 @@
     endfor
 
     if (found)
-      set (cf, "currentaxes", tmp);
+      set (cf, "currentaxes", hsubplot);
     else
       hsubplot = axes ("box", "off",
                        "position", pos,