schochastics / edgebundle

R package implementing edge bundling algorithms
https://schochastics.github.io/edgebundle/
Other
124 stars 10 forks source link

Move metrolayout to graphlayout #17

Closed thomasp85 closed 8 months ago

thomasp85 commented 8 months ago

Would it make sense to move the metro layout to the graphlayout package? This would make it easy to provide it in ggraph without porting it over since graphlayout is already a dependency. Or is there a dependency on this package for the layout that I'm not quite getting?

schochastics commented 8 months ago

Good idea. I was planning a little graphlayout work this week then I move it over.

schochastics commented 8 months ago

@thomasp85 started the process: https://github.com/schochastics/graphlayouts/pull/76