Treemap 4.1 Documentation |
[Previous] [Table of Contents] [Next] |
Changing the Layout Parameters
Treemap implements three Layout Algorithms:
- Slice And Dice - Stable and ordered, but poor aspect ratio. It can generate long skinny rectangles, but is very good to compare sets of items side by side. Note the "flip slice and dice option".
- Squarified - Best aspect ratios, Unordered, medium stability. The nodes will move when the size changes.
- Strip - Ordered, pretty good aspect ratios with some exception, medium stability. The nodes move, but not as often as in Squarified Algorithm.
You will find that the best choice of algorithm depends largely on your data and task, so try all three versions using the menu in the "Main" tab.
Note that in all the cases, nodes that have a size of zero will not appear on the screen, and that subtrees that have too many nodes to be drawn will appear black because the 1 pixel border drawn to separate nodes are black.