Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 873 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 873 Bytes

PyTreeMap

This is a python toolkit for drawing treemaps. A treemap is a type of tree diagram that allows nodes to be compared according to some relative measure, in addition visualizing the heirarchical structure of the data.

Below is an example of a two-level tree drawn as a tree-map.

An example of a two-level treemap

This library relies on techniques and code from this matlab package by Joel Hicklin from The MathWorks.