decorate
type: bool, default: false
If true, attach edge label to edge by a 2-segment polyline, underlining the label, then going to the closest point of spline.
Example
digraph {
a -> a [label="AA" decorate=true]
a -> b [label="AB" decorate=true]
}
- Edges
Last modified
June 19, 2021
: Add more attribute examples (97c5c5b)