mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 10:57:37 -04:00
8 lines
386 B
Text
8 lines
386 B
Text
squarify is a pure Python implementation of the squarify treemap layout
|
|
algorithm.
|
|
|
|
squarify is an extension to the treemap method for the visualization of
|
|
hierarchical information, such as directory structures and Organization
|
|
structures, is presented. The Standard treemap method often gives thin,
|
|
elongated rectangles. As a result, rectangles are difficult to compare and
|
|
to select.
|