JuliaGraphs / JuliaGraphs/GraphPlot.jl
document ability to pass x,y locations to gplot
Open
Nobody has claimed this yet.
doc
- Dominant language
- Julia
- Stars
- 213
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
Inspired by a stackoverflow question.
It would be nice to allow the vertices' positions to be specified by, say, a vector of (x, y) tuples, which are then normalized to whatever canvas is being used and plotted.
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 by locating the gplot implementation and existing plotting tests; the issue does not name files. Define the coordinate-input API and verify that supplied (x, y) positions are normalized to the active canvas and used for vertex placement.
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
- Mostly clear
- Newbie friendliness
- 35/100