Mercurial > hg > octave-lyh
changeset 14820:452be8dab49b stable
__go_draw_axes__.m: Add missing terminating semicolon.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Fri, 29 Jun 2012 17:17:47 -0400 |
parents | f06a16021024 |
children | e2ac6e2c588a |
files | scripts/plot/private/__go_draw_axes__.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/plot/private/__go_draw_axes__.m +++ b/scripts/plot/private/__go_draw_axes__.m @@ -2325,7 +2325,7 @@ n2 = setdiff (n2, n1); end for n = numel(n2):-1:1 - labels{m} = [labels{m}(1:n2(n)-1), "\\", labels{m}(n2(n):end)] + labels{m} = [labels{m}(1:n2(n)-1), "\\", labels{m}(n2(n):end)]; endfor endfor endfor