Now I have a point file creating the following graph
label
[A] -----------> [b]
and I want to change it to something like:
[A] label 1 ------> label 2 [b]
Is there any way to express this in my .dot file? I am not sure if this is possible.
graphviz dot
Manuel selva
source share