laserson / squarify

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

Python3 compatibility, evaluated maps to lists. #2

Closed RickardSjogren closed 7 years ago

RickardSjogren commented 8 years ago

The example code didn't run since map evaluates to a generator rather than a list on Python 3. Now it does.

laserson commented 7 years ago

thanks, @RickardSjogren! Just merged and released v0.2.0.