# HG changeset patch # User Stefan Mahr # Date 1374325610 14400 # Node ID ddc62f0c7a35a1d21c501827e0616c3c1cc626db # Parent 154899fa42e3f8de1af3a269059a177ecb6886ef Fix mistake from changeset 942d892524b3. script/plot/subplot.m: Using "hsubplot" in place of "tmp". diff --git a/scripts/plot/subplot.m b/scripts/plot/subplot.m --- a/scripts/plot/subplot.m +++ b/scripts/plot/subplot.m @@ -233,7 +233,7 @@ endfor if (found) - set (cf, "currentaxes", tmp); + set (cf, "currentaxes", hsubplot); else hsubplot = axes ("box", "off", "position", pos,