JuliaGraphs / GraphPlot.jl

Graph visualization for Julia.
http://JuliaGraphs.github.io/GraphPlot.jl/
Other
201 stars 62 forks source link

Dashed edges? #127

Open davide-f opened 3 years ago

davide-f commented 3 years ago

Hello,

I am using graph plot and it would be interesting to add the feature of changing the style of the edge line. In my application having the possibility to set a dashed line would be significantly helpful. Have you considered the option?

Thank you, Davide

simonschoelly commented 3 years ago

Hi,

Unfortunately the development of this package is kind of slow at the moment as people seem to be busy. That being said, maybe it would make sense to have some edge style option (can be plain line or dashed right now). At least Compose.jl - the package that we use for creating graphics does support that.

So if you got some time for that, maybe create a PR with that feature and I will assist you with that?

hdavid16 commented 2 years ago

Will be fixed with: https://github.com/JuliaGraphs/GraphPlot.jl/pull/176