VCG / upset

UpSet - Visualizing Intersecting Sets
http://vcg.github.io/upset
MIT License
228 stars 64 forks source link

enable loading of intersection sizes only #216

Closed ngehlenborg closed 10 years ago

ngehlenborg commented 10 years ago

Sometimes I just want to grab the numbers from an existing diagram and plot the data in UpSet.

Euler APE is using this format:

//a | b | c | ab | ac | bc | abc
6416.46 | 3097.123 | 7012.0 | 1742.5 | 9634.67 | 267.0 | 7163.0

We should also provide a simple UI/import wizard for that:

  1. Enter names of sets.
  2. Wizard will ask for size of all intersections of those sets.
alexsb commented 10 years ago

Duplicate of #83