decorate
If true, attach edge label to edge by a 2-segmen
type: bool, default: false
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 12, 2022: add simple descriptions for attributes (b2a18ac)