Here is the current status of graph viz:
- There is a CommGraph that can be written to if the the appropriate configuration is set. This is a directed graph, meaning edges are not parallel and must be updated on each new message. This is then dumped to GraphML
- There is a command that reads the GraphML and does some simple analysis to convert into a form that's easily visualized with Gephi. These images have already been created.
There are a few problems:
- These graphs are static (can't animate over time)
- The colors in the graphs are non-representative.
- Information is incomplete
So to revise this we need to:
Here is the current status of graph viz:
There are a few problems:
So to revise this we need to: