cormullion / Karnak.jl

graph plotting and drawing networks with Julia, using Luxor graphics
https://cormullion.github.io/Karnak.jl/
MIT License
69 stars 1 forks source link

New feature #21

Closed andreichalapco closed 2 months ago

andreichalapco commented 2 months ago

Hi great package for drawing graphs ... Is there a quick way for directed graphs to be plotted without arrows? (graph makie has the functionality for arrow_show=false, but this package has not this particular API.

andreichalapco commented 2 months ago

saw this:

edgefunction=(k, s, d, f, t) -> draw_edge(f, t),

and solves problem.

cormullion commented 2 months ago

Yes I should probably fix this one day!