laserson / squarify

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

Fix matplotlib 2.0 compat #7

Closed emilecaron closed 7 years ago

emilecaron commented 7 years ago

bar() default behaviour changed with matplotlib 2.0 (see http://matplotlib.org/users/dflt_style_changes.html#plotting-functions) Patch forces old (and expected) bar alignment.

laserson commented 7 years ago

Thanks @emilecaron!

carno commented 7 years ago

Any chance of releasing new version including this fix? Thanks in advance.

laserson commented 7 years ago

done, @carno. Please open a new issue if there is a problem.