JuliaGraphs / JuliaGraphs/GraphPlot.jl
[feature request] allow user to adjust edge stroke styles by passing a vector as a kwarg
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 213
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
would be cool to be able to change the edge strokes as dashed, dotted, etc. to denote different classes of edges.
e.g. I want to illustrate that there is not a path between v_1 and v_3. would be cool to be able to connect v_1 and v_3 with a dashed edge line.
(I know you can adjust edge colors, but edge stroke would be great too.)

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
No file or test is named in the issue. Start by locating the graph edge-rendering entry point and its keyword arguments, then trace how edge colors are handled; done means callers can pass a vector of stroke styles so different edges render as dashed or dotted, with coverage for the new behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100