treemapped
Treemapped is a term that can refer to a visualization technique or the result of using that technique. A treemap is a data visualization method for displaying hierarchical data as a set of nested rectangles. Each branch of the tree is given a rectangle, which is then tiled with smaller rectangles representing sub-branches. The size of each rectangle is proportional to a specified dimension of the data, such as file size or population. This allows for the quick identification of the largest components within a dataset and the proportion they represent of the whole. The colors of the rectangles can also be used to encode another dimension of the data, such as category or performance. Treemaps are particularly useful for visualizing large amounts of hierarchical data in a limited space and have applications in areas like file system analysis, stock market tracking, and budget allocation. The term "treemapped" thus describes data that has been organized and displayed using this specific rectangular partitioning method.