JuliaGraphs / GraphPlot.jl

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

Fix error in shell_layout (included in PR #186) #181

Closed hdavid16 closed 1 year ago

hdavid16 commented 1 year ago

shell layout assumed that the nlist had nodes in increaseing order. However, it should support lists with non-continuous vertices. This is now supported.

Fix #149

codecov[bot] commented 1 year ago

Codecov Report

Merging #181 (4c1f900) into master (52f4aae) will not change coverage. The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           master     #181   +/-   ##
=======================================
  Coverage   32.92%   32.92%           
=======================================
  Files           9        9           
  Lines         565      565           
=======================================
  Hits          186      186           
  Misses        379      379           
Impacted Files Coverage Δ
src/layout.jl 48.42% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us.