laserson / squarify

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

Question: Touching bounds #29

Closed gogobd closed 3 years ago

gogobd commented 3 years ago

Is it possible to get all boundaries to touch (without padding)? When I round to integers boxes borders are inconsistent.

laserson commented 3 years ago

I'm not sure what you're asking. You're saying that squarify is giving you incorrect values?

gogobd commented 3 years ago

it's all good, I had values rounded (for output via curses) and there was a bug in this code; squarify was right all along, I'm closing this.