Mercurial > hg > octave-lyh
comparison scripts/plot/subplot.m @ 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 | 942d892524b3 |
children | d3ebc3f9bdbf |
comparison
equal
deleted
inserted
replaced
17021:154899fa42e3 | 17022:ddc62f0c7a35 |
---|---|
231 endif | 231 endif |
232 endif | 232 endif |
233 endfor | 233 endfor |
234 | 234 |
235 if (found) | 235 if (found) |
236 set (cf, "currentaxes", tmp); | 236 set (cf, "currentaxes", hsubplot); |
237 else | 237 else |
238 hsubplot = axes ("box", "off", | 238 hsubplot = axes ("box", "off", |
239 "position", pos, | 239 "position", pos, |
240 "looseinset", looseinset, | 240 "looseinset", looseinset, |
241 "activepositionproperty", activepositionproperty, | 241 "activepositionproperty", activepositionproperty, |