microsoft / microsoft/automatic-graph-layout
Create graph with fixed node positions
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 319
- Avg merge
- 38m
- Merged PRs (30d)
- 1
Description
Hi there,
I'd like to visualize the execution of a TSP algorithm on a graph. Therefore the nodes shouldn't move between iterations.
I'm looking for a way to create a graph without automatic layout where I create nodes with fixed positions.
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 reviewing the graph creation and layout APIs in this graph layout and viewing project; the issue names no files, tests, or entry points. Determine how callers can create nodes with fixed positions and prevent automatic layout from moving them between iterations. Done means a graph can be built for a TSP visualization while preserving those positions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- computer-graphics
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100