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

Add Auto-Layout Functionality #128

Open
Garfield96 opened this issue Aug 14, 2020 · 0 comments
Open

Add Auto-Layout Functionality #128

Garfield96 opened this issue Aug 14, 2020 · 0 comments

Comments

@Garfield96
Copy link

Is your feature request related to a problem?

Large graphs can quickly become unorganized and confusing. Restructuring takes a lot of effort, especially if the graph is still changing. Thus, some editors support the automatic restructuring of graphs, which makes the graph planar (if possible) and minimizes edge bends.

Describe the solution you'd like

Implement different auto-layout functions. An overview of graph drawing algorithms can be found here:
http://cs.brown.edu/people/rtamassi/papers/gd-tutorial/gd-constraints.pdf

An example of such functionality is shown here:
https://www.visual-paradigm.com/support/documents/vpuserguide/1283/28/6047_automaticdia.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant