JuliaGraphs / NetworkLayout.jl

Layout algorithms for graphs and trees in pure Julia.
Other
96 stars 22 forks source link

Sugiyama layout #10

Closed hpoit closed 5 years ago

hpoit commented 7 years ago

Hey @abhijithanilkumar. That's nice, thanks for the distinction. I want to add the Sugiyama to NetworkLayout. Let me see what I can find on Github that's maybe already in Julia or well written. #13 @tawheeler

hpoit commented 7 years ago

I need to evaluate which 4 steps make more sense-- Ithaka Digraph's or Seok Hee Hong's, and then write it in Julia.

abhijithanilkumar commented 7 years ago

I think this is what you are searching for.

hpoit commented 7 years ago

Awesome, thanks! @tawheeler, acceptable?

tawheeler commented 7 years ago

Go for it