I am implementing a tag cloud on a mobile device. The details of data-model etc, are not particularly important here. My question is about the scaling of tags:
What is the 'best' expression to map tag frequency to font size?
I have looked at this post discussing linear and logarithmic scaling and this answer from Adrian Kuhn sketch of a polynomial approach for inspiration. However, I seem to remember a post some place on the interwebs with a lot more exploration on this issue.
I have also found some "best practices" on a blog, though am unsure of the providence of the best practices. These make no comment on frequency scaling.
What alternatives do I have for tag scaling, and which is the preferred/standard method? I am also considering minimum fontsizes, maximum number of tags, colors, etc.
Edit: As per the discussion in this question, I am interested in the "standard" tagcloud, with font size variations.