JuliaGraphs / JuliaGraphs/GraphPlot.jl
Feature request: NetworkLayout.jl and SimpleWeightedGraphs.jl integration
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 213
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
Thanks for making a great package! Would it be possible to integrate this with the above two mentioned packages? I'm thinking that we then could write
gplot(g; layout=NetworkLayout:Stress)
where g is a weighted graph, which means that we directly use those weights as input to the NetworkLayout-algorithm?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the gplot entry point and inspect how layout arguments and weighted graphs are currently handled. Read the NetworkLayout.jl and SimpleWeightedGraphs.jl APIs to determine the integration boundary. Done means a weighted graph can pass its weights to the NetworkLayout algorithm through the requested layout option, with behavior demonstrated by tests or an example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100