Banish Tables
Tables are natural containers for data. Whenever information is presented, chances are excellent that it is communicated by means of a table. In many cases, however, when this information is complex (and the table, therefore, is large) a tabular presentation is difficult to parse visually and patterns in the tabulated data remain opaque.
You can use Circos to visualize tabular data. It's different, reasonably easy, available online, and sure to start a conversation.
It's also quite informative.
Banish Tables
Tables are natural containers for data. Whenever information is presented, chances are excellent that it is communicated by means of a table. In many cases, however, when this information is complex (and the table, therefore, is large) a tabular presentation is difficult to parse visually and patterns in the tabulated data remain opaque.
You can use Circos to visualize tabular data. It's different, reasonably easy, available online, and sure to start a conversation.
It's also quite informative.
Circos uses a circular composition to show connections between objects or between positions, which are difficult to visually organize when the underlying layout is linear (or a graph, which can quickly become a hairball). In many cases, a linear layout makes impossible keeping the relationship lines from crossing other structures, deteriorates the effectiveness of the graphic.
In addition to its strength in depicting relationships, the circular form itself has a number of useful properties which are not shared by a rectilinear layout.
The circular form encourages eye movement to proceed along curved lines, rather than in a zig-zag fasion in a square or rectangular figure.
Within the circle, resolution varies linearly and increases with radial position. This makes the center of the circle ideal for compactly displaying summary statistics or indicating points of interest (i.e. low resolution data) which the reader can then follow outward to explore the data in greater detail (i.e. high resolution data).
Also, for a given square area on a page (e.g. square of side x), the circular layout can support a larger data domain (i.e. 2πx ~ 6x) than the square (i.e. x). More data can be shown within a given space on a page (or within narrower field of vision).
I've applied circular compositing to represent database structure with Schemaball.