Mercurial > hg > octave-nkf
comparison 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 |
comparison
equal
deleted
inserted
replaced
6423:a90b54016b12 | 6424:05a48d6cf163 |
---|---|
138 break; | 138 break; |
139 endif | 139 endif |
140 endif | 140 endif |
141 endfor | 141 endfor |
142 | 142 |
143 if (! found) | 143 if (found) |
144 set (cf, "currentaxes", tmp); | |
145 else | |
144 tmp = axes ("outerposition", pos); | 146 tmp = axes ("outerposition", pos); |
145 endif | 147 endif |
146 | 148 |
147 if (nargout > 0) | 149 if (nargout > 0) |
148 h = tmp; | 150 h = tmp; |