Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow single coordinates to be fixed in a spring layout. #2862

Closed
wants to merge 1 commit into from

Conversation

dbrnz
Copy link

@dbrnz dbrnz commented Feb 2, 2018

This adds a fixed_coords parameter to the fruchterman_reingold_layout function, a dictionary specifying node coordinates to keep fixed as a list or tuple of boolean values.

@dschult
Copy link
Member

dschult commented May 23, 2018

Can you add some tests of this feature? See the tests folder.
Any comments about whether this ought to be a universal option for all methods?

@dschult dschult added this to the networkx-future milestone May 23, 2018
Base automatically changed from master to main March 4, 2021 18:20
@MridulS
Copy link
Member

MridulS commented Nov 8, 2023

This hasn't been touched in a while and would probably need to be tested with the main branch(been 5 years!). I'll go ahead and close this for now. Please feel free to send in a new PR @dbrnz with the tests! Thanks for your contributions!!

@MridulS MridulS closed this Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants