20

Does this type of chart have a name? More importantly, is there any visualization library I can use to produce it?

alt text http://www.nytimes.com/interactive/2007/12/15/us/politics/DEBATE.html

csgillespie
  • 11,849
  • 9
  • 56
  • 85
raegtin
  • 9,090
  • 12
  • 48
  • 53

5 Answers5

13

Take a look at Circos:

Circos is a software package for visualizing data and information. It visualizes data in a circular layout — this makes Circos ideal for exploring relationships between objects or positions.

The flowing data blog also had a post on this that you might find interesting:

ars
  • 12,160
  • 1
  • 36
  • 54
8

I found that the dependency graph in Flare is also similar to what I want:

http://flare.prefuse.org/apps/dependency_graph

raegtin
  • 9,090
  • 12
  • 48
  • 53
7

I would just add:

As you point out, Flare has the dependency graph, which Aleks Jakulin argued was similar but better. This was based originally on the "Hierarchical Edge Bundles: Visualization of Adjacency Relations in Hierarchical Data" (Holden 2006).

I personally prefer to use Protovis to Flare directly, and you can look at Mike Bostock's example of the same graphic. Here is also an example of an Arc Diagram in Protovis, which is very similar but laid out linearly.

Nick Cox
  • 48,377
  • 8
  • 110
  • 156
Shane
  • 11,961
  • 17
  • 71
  • 89
4

For the #Rstats crowd there are two other options.

circlize library (package, vignette):

This package aims to implement circos layout in R.

enter image description here

RCircos library (CRAN):

RCircos package provides a simple and flexible way to generate Circos 2D track plot images for genomic data visualization.

radek
  • 1,207
  • 2
  • 15
  • 37
  • Even more options [on this SO question](http://stackoverflow.com/questions/14599150/chord-diagram-in-r). – radek Nov 17 '14 at 10:53
4

It is called Chord diagram.

https://en.m.wikipedia.org/wiki/Chord_diagram

Now that you know its name you can research for the tool that best suits you. I dont think it is nice to advertise tools.