laserson / squarify

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

Python3 #4

Closed gVallverdu closed 7 years ago

gVallverdu commented 8 years ago

Dear laserson As I use python3 I just transform map objects into list objects on two lines of your code. It is a few for a pull request but it could be nice to be able to use squarify with python3. Thanks for your code Germain

laserson commented 7 years ago

Addressed this in #2 and pushed a new release. Thanks for the contribution, though!