By default in Graphviz, edge labels are placed just to the right of the edge. I'm looking for a way to place the labels OVER the edge, centred on the edge. (It'll still be readable because I'm changing the colour of the edge).
Any ideas?
|
|
|
If this was headlabel or taillabel, You could try setting One other thing You might want to try is to make a transparent, intermediary node with a label on it. It could look like You want... But if You heavily rely on node placement algorithm, it could be unacceptable to create those 'artificial' nodes. In that case, I can try to encourage You to join graphviz developers and add the feature You need ;) Seriously, it gives a lot of satisfaction. If You will find another solution, please post it. I will be facing a similar problem in following months. |
|||
|