concentrate
type: bool, default: 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
.
Example
digraph {
concentrate=true
a -> b [label="1"]
c -> b
d -> b
}
- Graphs
Last modified
June 19, 2021
: Add more attribute examples (97c5c5b)