JuliaGraphs / JuliaGraphs/GraphPlot.jl
How to change the color of edges?
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 213
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
Dear Sir or Madam,
Nodes: 20 blue nodes (n_I), 20 red nodes (n_II), 60 black nodes (n_0). That means a total of 100 nodes.
Links: 250 random links between all nodes with black color, 10 random additional links with blue color between blue nodes only, 20 random additional links with red color between red nodes only.
It would be good to try and make the network as clear as possible, though I don’t know how feasible that is with a 100 nodes. We have to try to see :)
For example, to make the visual representation simpler, it might be good to have blue nodes together on the left, black nodes together in the center, and red nodes together on the right.
But I find, it is difficult for me accomplish the task by GraphPlot package. Could you give me a favor?
Best,
Fanyuan
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
The issue names GraphPlot.jl but no file, test, or entry point. Start by reviewing the package's documented options for edge colors and layout, then determine whether the requested node grouping and per-edge colors are supported. Done should be a concrete usage example or a clearly scoped feature request.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100