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

force-directed positioning inside circular sector and avoid edge overlaps #1

Open
miromarchi opened this issue Mar 30, 2015 · 0 comments

Comments

@miromarchi
Copy link

In my PhD project I've used this great layout algorithm to display a network from the point of view of one node (as if it was an ego-network). Me and my collaborators have manually assigned a numeral attribute field to each node, containing the number of orbit we wanted the node to be placed in. Then we applied your layout and we got the beautiful layered display. You can see the result here

Then we wanted to maintain the force-directed placement, in order to limit edge overlapping and to have related nodes close to each other in the same circular sector. Since we had no java programming skills in the group we did it manually, dragging nodes in places. But we thought your algorithm could be enhanced to do this and that others would find it useful. So, here is our fearure request.

Feature request: inside each orbit the nodes should move to the position which produce the less edge overlapping and maintain the nodes near their neighbors through orbits.

We hope this is a good idea. What do you think about it? Thanks

@miromarchi miromarchi changed the title force-directed positioning inside orbit force-directed positioning inside circular sector and avoid edge overlaps Mar 30, 2015
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