in reply to Re: Lattice , Planar graphs and GraphViz
in thread Lattice , Planar graphs and GraphViz

after I group nodes into subgraphs can I still plot the subgraphs as one big graph ?

I guess you mean to cluster the nodes, no ?

  • Comment on Re^2: Lattice , Planar graphs and GraphViz

Replies are listed 'Best First'.
Re^3: Lattice , Planar graphs and GraphViz
by grizzley (Chaplain) on Oct 16, 2009 at 08:04 UTC
    Yes, cluster nodes. And yes, subgraphs will be part of one graph. And it will probably do what you want (connecting nodes). I wanted the opposite - connect borders of subgraphs and it was very tricky. If you work on Windows then you will have many graphviz examples in directory C:\Program Files\Graphviz2.22\share\graphviz\graphs, e.g. C:\Program Files\Graphviz2.22\share\graphviz\graphs\directed\clust2.gv which show well how graphviz (well, actually dot, not graphviz: dot.exe -Tpng clust2.gv > clust2.gv.png) renders it.