Re: [graphviz-interest] A problem with too many edges
Yaverot <[email protected]> Wed, 3 Sep 2014 23:36:12 -0700
| Newsgroups | gmane.comp.video.graphviz |
|---|---|
| Message-ID | <[email protected]> |
You have node_1 with an arrow to a grouping, which means the arrows to each node in that grouping. I can't find it in the dotguide.pdf, but it is an important shortcut that I often use.
{A; B } -> {C; D}
vs
{A; B} - > subgraph {C; D}
--- [email protected] wrote:
From: Ron Savage <[email protected]>
To: [email protected]
Subject: [graphviz-interest] A problem with too many edges
Date: Thu, 04 Sep 2014 14:28:14 +1000
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
_______________________________________________
[email protected]
http://lists.research.att.com/mailman/listinfo/graphviz-interest