Re: [graphviz-interest] Borders around sub-graphs

paul womack <[email protected]> Tue, 26 May 2015 16:17:57 +0100
Newsgroups gmane.comp.video.graphviz
Message-ID <[email protected]>
Emden R. Gansner wrote:

>>
> Not quite sure what you mean by putting an HTML-like border around each subgraph. However, if you would accept the type of
> of border that gets placed around clusters, the trick is to wrap each graph in a cluster. That can be done as follows:
>
>    ccomps -x data.dot | gvpr -c 'BEGIN{$tgtname="cluster"}N[1]E[1]' | dot | gvpack -g | neato -s -n2 -Tsvg > tree.svg
>
> You can modify the gvpr script to change the display attributes, such as color and width, of the border.

I gave that a try, and it made a hell of a mess of my data - it certainly
did more than just put a box round the sub-graphs. I've peeked at the
gvpr manual, and it looks substantial.

Could you check your suggestion for simple typos before I dig deeper?

  BugBear
_______________________________________________
[email protected]
http://lists.research.att.com/mailman/listinfo/graphviz-interest