Mercurial > hg > octave-lyh
comparison scripts/plot/zlabel.m @ 7425:fe4a43e1d1d3
[project @ 2008-01-28 09:13:01 by jwe]
author | jwe |
---|---|
date | Mon, 28 Jan 2008 09:13:01 +0000 |
parents | c18512d0ddb6 |
children | 6f2d95255911 72830070a17b |
comparison
equal
deleted
inserted
replaced
7424:132647e6c829 | 7425:fe4a43e1d1d3 |
---|---|
42 unwind_protect_cleanup | 42 unwind_protect_cleanup |
43 axes (oldh); | 43 axes (oldh); |
44 end_unwind_protect | 44 end_unwind_protect |
45 | 45 |
46 if (nargout > 0) | 46 if (nargout > 0) |
47 retval = h; | 47 retval = tmp; |
48 endif | 48 endif |
49 | 49 |
50 endfunction | 50 endfunction |