laserson / squarify

Pure Python implementation of the squarify treemap layout algorithm
Other
293 stars 36 forks source link

allow padding in matplolib plot #16

Closed sergarcia closed 5 years ago

sergarcia commented 5 years ago

I added an optional parameter to squarify.plot that allows padded rectangles which can be more visually appealing under certain cases.

laserson commented 5 years ago

Looks good, thanks for the contribution!