Building off the momentum of my previous Tag Visualizer, I decided to write another one, this time using a radial model.
The data is the same as before: tags from my tag cloud with their relative weights and correlations (how frequently they occur in the same post — the wider the line of the arc, the stronger two tags are correlated).
This visualizer scales much better than the previous one. I can easily fit my entire tag cloud, which, granted, isn’t all that big. So how well does it scale? Check out this screen shot:
This massive ball of twine represents the top 180 tags from Last.fm and a fraction of their correlations (here “correlation” means how frequently two tags are applied to the same band). The data is courtesy of Paul Lamere during his Open Research initiative.
So while it does scale better than the previous attempt, it certainly has a definite upper limit.
Similar to the previous visualizer, this idea was also taken from the Graphic Design book, “Data Flow”.
Tags: JavaFX, Visualization
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « May | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | |||
Sten – great improvement on the already very cool idea.
no webstart version of this one?
Thanks for the comments. I didn’t include a webstart link on this one because all it does is display the static image that you see here. There are no animations like the previous one.
[...] Friends « JavaFX Radial Tag Visualizer [...]
[...] those interested in running the Radial Visualizer from a few posts ago themselves, here’s a [...]
[...] with recycling my old ideas, I’m going to update and release the source code for these tag cloud visualizers for those [...]