JuliaGraphs / JuliaGraphs/GraphPlot.jl

[feature request] allow user to adjust edge stroke styles by passing a vector as a kwarg

Open
#155 2 comments 0 reactions 0 assignees View on GitHub

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.)

image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.