A hypergraph is a generalization of a graph where the edges may include more than two vertices. Here's an example from the wikipedia article:

I'm looking for a good tool for standard visualization of such graphs. I'm well aware that a hypergraph can be mapped to a regular graph, for example, by adding virtual "hub" vertices. I can then visualize the resulting graph, but this does not visually convey the hyperedges as clearly as the diagram above.
Here are the tools I found. Are there any better ones?
- Jung Framework Hypergraph Visualization (Java) - Their brief user doc (pdf) seems to indicate an intuitive interface.
- HyperGraph (Java) - Despite having "hypergraph" in its name, this tool does not visualize hypergraphs as defined above, as far as I can tell.
- Python Graph (Python) - Again, hypergraphs are advertised but I cannot find the capability to visualize hypergraphs.
Some excellent documents on visualizing hypergraphs which imply that the authors implemented some visualization capability:
