wilkox / treemapify

🌳 Draw treemaps in ggplot2
http://wilkox.org/treemapify
213 stars 18 forks source link

Request max.size argument for geom_..._text #24

Closed geotheory closed 6 years ago

geotheory commented 6 years ago

No big explanation needed. There are min.size arguments. It would be nice to have max options too :)

wilkox commented 6 years ago

Thanks @geotheory. Do you mean an argument that would hide text over a certain size, or that would grow text up to a certain size but not larger? If the latter this should already be achievable with a size aesthetic and grow = F.

geotheory commented 6 years ago

Ah that works perfectly, thanks!