[graphviz-interest] A problem with too many edges
Ron Savage <[email protected]> Thu, 04 Sep 2014 14:28:14 +1000
| Newsgroups | gmane.comp.video.graphviz |
|---|---|
| Message-ID | <[email protected]> |
Consider the attached y.gv. What is it exactly which causes an edge to be drawn from node_1 to node_3? I've read the 'Subgraphs and Clusters' section of http://www.graphviz.org/content/dot-language but AFAICT nothing there tells me an edge pointing to a subgraph is necessarily explicitly connected to every node in that subgraph. Am I missing something? -- Ron Savage - savage.net.au _______________________________________________ [email protected] http://lists.research.att.com/mailman/listinfo/graphviz-interest
y.gv
(text/plain, 60 B)
strict digraph
{
node_1
->
{
node_2
->
node_3
}
}