Question

Can graphviz do edge aggregation like visio ? meaning something like

      o
      |
-------------
|   |   |   |
o   o   o   o

and if not does any other java tool can ?

Our customers are used to this kind of layout and I cant find the way to do it using graphviz

Thanks, Guy

Was it helpful?

Solution

Graphviz uses the term "concentrate" to refer to that functionality. See this page of the Graphfiz Wiki for more info.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top