squarify: Plot Treemap in Python

A treemap splits a rectangle into sub-rectangles, whose sizes are proportional to their values. To plot a treemap in Python, use squarify.

Link to squarify.

My previous tips on visualization in Python.

Scroll to Top