-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Hi!
As a user, I would like to request support for compass points in the src_port/tailport and dst_port/headport properties of arrows in graphviz. This would allow me to specify which side of a node an arrow should originate from or end at, without having to manually define ports.
Doc for the portPos type.
Example:
digraph G {
B -> A:sw;
}With a box shape:
digraph G {
{
a [shape=box]
b [shape=box]
}
a:e -> b:nw;
}nadavrotnadavrot
Metadata
Metadata
Assignees
Labels
No labels

