Treemaps of journal titles and MeSH headings of the most recent papers added to MEDLINE. Not sure how useful these are yet, as they don't take into account the frequency of journal titles/MeSH headings in the whole MEDLINE corpus. Also, because SVG doesn't do text wrapping, the size of the text is scaled to fit into the boxes, so text size isn't representative of frequency, which can be misleading.
Made using Pierre Lindenbaum's PHP translation of HCIL's Java treemap algorithm.
MeSH headings
Journal titles
Comments
All fields are optional, email address will not be shown; no HTML, URLs are automatically hyperlinked.

Hi,
Nice to see that you used my PHP code :-)
You also might be interested by this: http://www.urbigene.com/gmconnoteasvg/ a firefox/greasemonkey script displaying SVG treemaps for http://www.connotea.org
Also SVG *can* do text wrapping (see http://www.w3.org/TR/SVG11/text.html#TextPathElement). but this would require to make a pre-calculation of the treemap...
A+
Pierre Lindenbaum