GraphPlot.jl icon indicating copy to clipboard operation
GraphPlot.jl copied to clipboard

[Feature Request] Break in arrow for edgelabel.

Open cjwyett opened this issue 5 years ago • 2 comments
trafficstars

Plots would look a lot neater if the edgelabels were on the line without overlapping.

Image below for context.

image

P.S. being able to highlight a path would also be nice.

cjwyett avatar Oct 14 '20 07:10 cjwyett

Regarding the "highlighting" feature, I suggest you to possibly change the color of the line rather than highlithting it. Changing the color of the arrow is already possible by using "edgelabelc".

davide-f avatar Nov 03 '20 00:11 davide-f

You could add rectangle object under the edge labels to "break" the edge for the label this would be done in /src/plot.jl.

hdavid16 avatar Jul 27 '22 16:07 hdavid16