ivan-m / graphviz

Haskell bindings to the Graphviz toolkit
Other
64 stars 24 forks source link

How to add an edge to a Port? #37

Closed arianvp closed 6 years ago

arianvp commented 6 years ago

Given that DotGraph a is paramterised over a

How do I do somehting like:

a -> c:d;

where c is a node name and d is a PortName?

arianvp commented 6 years ago

Nevermind, I can use the PortName attribute for this.