laserson / squarify

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

Font color change #9

Closed przemyslawpluta closed 6 years ago

przemyslawpluta commented 6 years ago

Is there a way to change color and size of the font?

ref
laserson commented 6 years ago

Note that the squarify library only computes the geometry for the boxes, and doesn't have anything to do with the formatting. There is a plot function provided as a convenience, but if you look at the code, you can see that it's just matplotlib. Check out their docs for formatting.