laserson / squarify

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

map() to list() for python3 compability #5

Closed tibicen closed 7 years ago

tibicen commented 7 years ago

Converts maps to lists, due to the fact python3 map() returns generators.

laserson commented 7 years ago

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