From: erg Date: Thu, 14 May 2009 15:38:22 +0000 (+0000) Subject: Note that the concentrate attribute now works for non-dot X-Git-Tag: LAST_LIBGRAPH~32^2~2075 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a101369c0ca3d77cc84baf07219622e0060607a;p=graphviz Note that the concentrate attribute now works for non-dot --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index 754defeee..65e7ea09f 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -121,7 +121,7 @@ This field indicates which graph component uses the attribute. falsedot only concentrate Gbool -falsedot only +false constraint Ebool truedot only @@ -622,6 +622,9 @@ This field indicates which graph component uses the attribute.
concentrate
If true, use edge concentrators. + This merges multiedges into a single edge and causes partially parallel + edges to share part of their paths. The latter feature is not yet available + outside of dot.
constraint
If false, the edge is not used in ranking the nodes. For example, diff --git a/doc/infosrc/attrs b/doc/infosrc/attrs index 4b0ea34c3..812e569a0 100644 --- a/doc/infosrc/attrs +++ b/doc/infosrc/attrs @@ -179,8 +179,11 @@ Comments are inserted into output. Device-dependent :compound:G:bool:false; dot If true, allow edges between clusters. (See lhead and ltail below.) -:concentrate:G:bool:false; dot +:concentrate:G:bool:false; If true, use edge concentrators. +This merges multiedges into a single edge and causes partially parallel +edges to share part of their paths. The latter feature is not yet available +outside of dot. :constraint (E_constr):E:bool:true; dot If false, the edge is not used in ranking the nodes. For example, in the graph