Posted by: Sten Anderson on: February 11, 2009
JavaFX’s 2D graphics and animation APIs are well suited to exploring alternate ways of visualizing data. Below are some experiments with visualizing tags from various sources.
Dome Visualizer
This application provides an alternate way to represent a tag cloud.
The size of the domes reflect the tag frequency and the arcs between the domes represent their correlation (how [...]
Posted by: Sten Anderson on: February 10, 2009
Here’s a JavaFX application that experiments with a different way to represent a family tree. Inspired by Christina Van Vleck, instead of the classic branching tree structure, this application starts with the oldest generation in the center, and lays out each subsequent generation in concentric rings. So similar to an actual tree (that is, the [...]