laserson / squarify

Pure Python implementation of the squarify treemap layout algorithm
Other
297 stars 37 forks source link

Add `matplotlib` as a required package #37

Closed veehaitch closed 1 year ago

veehaitch commented 1 year ago

This makes sure squarify.plot works out of the box.

laserson commented 1 year ago

Thanks for your contribution @veehaitch!

I don't see the plot() as core functionality to this package, and relatedly, aside from that function, squarify has no dependencies. I'm going to leave it as-is.