Mercurial > hg > octave-avbm
comparison scripts/plot/__go_draw_figure__.m @ 7379:a78c7bccda91
[project @ 2008-01-15 18:42:29 by jwe]
author | jwe |
---|---|
date | Tue, 15 Jan 2008 18:42:30 +0000 |
parents | c18512d0ddb6 |
children | 86955a1559c5 |
comparison
equal
deleted
inserted
replaced
7378:3771971e8891 | 7379:a78c7bccda91 |
---|---|
31 nkids = length (kids); | 31 nkids = length (kids); |
32 | 32 |
33 if (nkids > 0) | 33 if (nkids > 0) |
34 axes_count = 0; | 34 axes_count = 0; |
35 for i = 1:nkids | 35 for i = 1:nkids |
36 obj = get (kids(i)); | 36 obj = __get__ (kids(i)); |
37 switch (obj.type) | 37 switch (obj.type) |
38 case "axes" | 38 case "axes" |
39 axes_count++; | 39 axes_count++; |
40 ## Force multiplot with a colorbar to ensure colorbar on the page | 40 ## Force multiplot with a colorbar to ensure colorbar on the page |
41 if (!strcmp (obj.__colorbar__, "none")) | 41 if (!strcmp (obj.__colorbar__, "none")) |